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
Mdaniels5757
.
Toggle Highlighting
SQL
USE commonswiki_p; SELECT REPLACE(page_title, '_', ' ') , actor_user, DATE_FORMAT(rev_timestamp, '%H:%i:%s %b %d %Y') FROM page JOIN categorylinks ON page_id=cl_from JOIN revision ON page_latest = rev_id JOIN revision_actor_temp ON revactor_rev = rev_id JOIN actor ON actor_id = revactor_actor WHERE page_is_redirect=0 AND cl_to='Media_requiring_renaming' and page_namespace = '6';
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...