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
Milimetric (WMF)
.
Toggle Highlighting
SQL
use enwiki_p; SELECT page_title, max(rev_timestamp) as last_edit FROM page JOIN revision_userindex ON rev_page = page_id AND rev_user = 16958448 AND rev_timestamp >= '20181001000000' WHERE page_namespace = 4 AND page_title LIKE "Articles_for_deletion%" -- not sure what the date on the end of this should be AND NOT page_title LIKE "Articles_for_deletion/Log/%2019_January_1" GROUP BY page_title ORDER BY last_edit desc ;
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...