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
Maybebunny
.
Toggle Highlighting
SQL
SELECT page_title, SUM(view_count) AS total_views FROM pageviews_aggregate JOIN page ON page_id = page.page_id JOIN categorylinks ON page.page_id = categorylinks.cl_from WHERE access_method = 'desktop' AND timestamp BETWEEN '20230101' AND '20231231' AND categorylinks.cl_to LIKE '%living_people%' GROUP BY page_title ORDER BY total_views DESC LIMIT 100;
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...