Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Finding moves to Draft: without redirect from August 2017 (using log_id)
by
SoWhy
This query is marked as a draft
This query has been published
by
SoWhy
.
Toggle Highlighting
SQL
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:"1"' 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
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...