This query is marked as a draft This query has been published by Count Count.

SQL

x
 
USE dewiki_p;
SELECT log_timestamp, actor_name, log_title, log_params, comment_text FROM logging, comment, actor WHERE 
  log_comment_id = comment_id AND
  log_actor = actor_id AND
  (log_action = 'move' OR log_action='move_redir')
  AND log_title LIKE '%Artikelwerkstatt%'
  ORDER by log_timestamp DESC
  LIMIT 500;
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...