Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Mesopub
.
Toggle Highlighting
SQL
SELECT p.page_id, p.page_title, SUM(pv.view_count) AS total_views FROM categorylinks AS cl JOIN page AS p ON cl.cl_from = p.page_id JOIN pageviews_hourly AS pv ON p.page_title = pv.page_title WHERE cl.cl_to = "Wikipedia_articles_that_are_too_technical" AND pv.project = "en.wikipedia" AND pv.agent_type = "user" AND pv.access_method = "all-access" AND pv.timestamp BETWEEN "2020100100" AND "2023103123" -- Change this to your desired date range GROUP BY p.page_id ORDER BY total_views DESC LIMIT 50;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...