Skip to content

Commit 2cce5e2

Browse files
committed
Update url to page
1 parent 1b1a5ef commit 2cce5e2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sql/lens/top100k/histograms.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SELECT
2-
url,
2+
page,
33
client
44
FROM
55
`httparchive.crawl.pages`

sql/lens/top10k/histograms.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SELECT
2-
url,
2+
page,
33
client
44
FROM
55
`httparchive.crawl.pages`

sql/lens/top1k/histograms.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SELECT
2-
url,
2+
page,
33
client
44
FROM
55
`httparchive.crawl.pages`

sql/lens/top1m/histograms.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SELECT
2-
url,
2+
page,
33
client
44
FROM
55
`httparchive.crawl.pages`

0 commit comments

Comments
 (0)