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
Certes
.
Toggle Highlighting
SQL
SELECT log_title AS old_title, Pa.page_title AS new_title, log_timestamp AS move_time FROM logging STRAIGHT_JOIN page Pa ON Pa.page_id=log_page AND Pa.page_namespace=0 AND Pa.page_is_redirect=0 STRAIGHT_JOIN page Pr ON Pr.page_title=log_title AND Pr.page_namespace=0 AND Pr.page_is_redirect=1 STRAIGHT_JOIN redirect ON rd_from=Pr.page_id AND rd_namespace=0 AND rd_title=Pa.page_title LEFT JOIN templatelinks ON tl_from=Pr.page_id AND tl_target_id=60 /* R_from_move */ WHERE log_type="move" AND log_action="move" AND log_namespace=0 AND log_timestamp>="20091007172755" AND tl_from IS NULL
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...