Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
enwiki moves from ns0:, User:, or Draft: to Project:
by
Train2104
This query is marked as a draft
This query has been published
by
Train2104
.
https://en.wikipedia.org/w/index.php?title=Wikipedia:Request_a_query&diff=774087516&oldid=769213071 Postprocessed results available at [[en:w:User:Cryptic/query/16647]].
Toggle Highlighting
SQL
SELECT CONCAT('[[', (CASE log_namespace WHEN 0 THEN '' WHEN 2 THEN 'User:' WHEN 3 THEN 'User talk:' WHEN 118 THEN 'Draft:' ELSE CONCAT('{{ns:', log_namespace, '}}:') END), log_title, ']]') AS 'Moved from', log_params, CONCAT('[[User:', log_user_text, '|]]') AS 'Moved by', log_comment, log_timestamp FROM logging_logindex WHERE log_type = 'move' AND log_namespace IN (0,2,3,118) AND log_params RLIKE 'target";s:[0-9]+:"Wikipedia talk:' AND log_params NOT RLIKE 'target";s:[0-9]+:"Wikipedia talk:Articles for creation/' ORDER BY log_timestamp 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...