SQL
AخA
USE zhwiki_p;
SELECT
user_name,
log_namespace,
log_timestamp,
log_action,
log_title,
log_comment
FROM logging
JOIN `user`
ON log_user = user_id
WHERE log_type='delete'
AND log_action != 'restore'
AND log_action != 'delete';
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.