SQL
x
select log_timestamp, user_name, log_title, log_comment, log_params, log_user_text, log_page from logging
inner join user on log_user = user_id
where log_type = 'move' and log_namespace = 0 and log_title LIKE '%-%' and log_params LIKE '%–%'
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.