We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e61eff commit e4f455eCopy full SHA for e4f455e
sql/2025/css/flexbox_grid.sql
@@ -23,7 +23,7 @@ SELECT
23
COUNT(DISTINCT root_page) / total AS pct
24
FROM
25
`httparchive.crawl.pages`,
26
- UNNEST (features) AS feat
+ UNNEST(features) AS feat
27
JOIN
28
totals
29
USING (date, client)
0 commit comments