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 b92ab90 commit 27604e0Copy full SHA for 27604e0
sql/2025/css/color_alpha_functions.sql
@@ -194,6 +194,7 @@ WITH totals AS (
194
`httparchive.crawl.pages`
195
WHERE
196
date = '2025-07-01' AND
197
+ rank <= 1000000 AND
198
is_root_page -- remove if wanna look at home pages AND inner pages. Old tables only had home pages.
199
GROUP BY
200
client
0 commit comments