Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
A smart kitten
.
Toggle Highlighting
SQL
use enwiki_p; select log_timestamp, actor_name, log_type, log_action, log_namespace, log_title, comment_text from logging_userindex inner join comment_logging on log_comment_id = comment_id inner join actor_logging on log_actor = actor_id where log_type = "delete" and log_action regexp "revision|event" and comment_text like "%RD5%" order by log_timestamp desc limit 1000;
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...