Skip to content

Commit 03e115f

Browse files
committed
Linting
1 parent 930ac46 commit 03e115f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sql/2025/webassembly/page_rankings.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
# WASM usage by page ranking
12

23
WITH totals AS (
34
SELECT
45
client,
56
rank_grouping,
6-
COUNT(DISTINCT root_page) As total_sites
7+
COUNT(DISTINCT root_page) AS total_sites
78
FROM
89
`httparchive.crawl.requests`,
910
UNNEST([1000, 10000, 100000, 1000000, 10000000, 100000000]) AS rank_grouping
@@ -45,4 +46,3 @@ GROUP BY
4546
ORDER BY
4647
client,
4748
rank_grouping
48-

0 commit comments

Comments
 (0)