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
Pppery
.
Toggle Highlighting
SQL
SELECT Lc.log_title AS "Title created", Lc.log_timestamp AS "Time created", actor_name AS "Editor created", Ld.log_title AS "Title deleted", Ld.log_timestamp AS "Time deleted", comment_text AS "Edit summary" FROM user_groups JOIN actor_logging ON actor_user=ug_user JOIN archive on ar_actor=actor_id and ar_parent_id=0 /*AND Lc.log_timestamp>='20220318'*/ JOIN logging_logindex Ld ON Ld.log_namespace=ar_namespace and ld.log_title=ar_title AND Ld.log_type='delete' AND Ld.log_action='delete' JOIN comment_logging ON comment_id=Ld.log_comment_id AND comment_text LIKE "%BLPPROD%" WHERE ug_group='autoreviewer' ORDER BY Lc.log_timestamp
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...