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
Alisa.antypova
.
Toggle Highlighting
SQL
SELECT page_title, page_id, substring(rev_timestamp, 1, 8) date, count(*) count_rev FROM revision LEFT JOIN page on revision.rev_page = page.page_id WHERE rev_timestamp BETWEEN '20220101000001' and '20230101000001' GROUP BY 1, 2, 3 HAVING count_rev>10
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...