Confirmed users
95
edits
Gfritzsche (talk | contribs) (→Maps: add maps example) |
Gfritzsche (talk | contribs) m (→Arrays: use subscript operator) |
||
| Line 12: | Line 12: | ||
=== Arrays === | === Arrays === | ||
Other properties are arrays, which contain one entry for each submission from that client (newest first): | Other properties are arrays, which contain one entry for each submission from that client (newest first): | ||
SELECT | SELECT reason[1] AS newest_reason | ||
FROM longitudinal_v20160229 | FROM longitudinal_v20160229 | ||
WHERE os = 'Linux' | WHERE os = 'Linux' | ||