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
Thinker78
.
Toggle Highlighting
SQL
SELECT edits, page_title FROM ( SELECT COUNT(*) AS edits, page_title, MIN(rev_timestamp) AS ts FROM revision JOIN page ON page_id = rev_page WHERE page_namespace = 4 AND page_title LIKE 'Articles\_for_deletion/Log/2023\_%' -- for the index AND page_title RLIKE '^Articles_for_deletion/Log/2023_(January|February|March|April|May|June|July|August|September|October)_(3[01]|[12][0-9]|[1-9])$' GROUP BY page_title WITH ROLLUP ) sq ORDER BY ts ASC, edits DESC; -- irritating that rollup+order by needs a subquery
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...