Fork of Finding all moves to Draft: by SoWhy
This query is marked as a draft This query has been published by SoWhy.

SQL

AخA
 
SELECT log.log_timestamp AS `time`, user_name AS `user`, log.log_title AS `page`, log.log_params AS `parameters`
 FROM logging AS log 
 LEFT JOIN user ON log.log_user = user_id
 WHERE log.log_type = 'move'
 AND log.log_params RLIKE "Draft:"
 AND log.log_params NOT RLIKE "Draft:Move/"
 AND log.log_params RLIKE 'noredir";s:1:"0"'
 AND log.log_namespace = 0
 ORDER BY log.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.
All SQL code is licensed under CC0 License.

Checking query status...