Skip to content

Commit 27604e0

Browse files
authored
Add rank filter to SQL query for page ranking
1 parent b92ab90 commit 27604e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/2025/css/color_alpha_functions.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ WITH totals AS (
194194
`httparchive.crawl.pages`
195195
WHERE
196196
date = '2025-07-01' AND
197+
rank <= 1000000 AND
197198
is_root_page -- remove if wanna look at home pages AND inner pages. Old tables only had home pages.
198199
GROUP BY
199200
client

0 commit comments

Comments
 (0)