43
edits
(Add an example about the scalars) |
|||
| Line 93: | Line 93: | ||
scalar_parent_browser_engagement_max_concurrent_tab_count is not null and | scalar_parent_browser_engagement_max_concurrent_tab_count is not null and | ||
normalized_channel = 'nightly') | normalized_channel = 'nightly') | ||
SELECT approx_distinct(client_id) FROM samples WHERE max_concurrent_tabs > 100 | SELECT approx_distinct(client_id) FROM samples WHERE max_concurrent_tabs.value > 100 | ||
=== Using Views === | === Using Views === | ||
edits