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
Zache
.
Toggle Highlighting
SQL
SELECT l2.log_timestamp, l1.log_title, c2.comment_text FROM logging as l1, comment as c1, logging as l2, comment as c2 WHERE l1.log_comment_id=c1.comment_id AND l2.log_comment_id=c2.comment_id AND l1.log_namespace = 0 AND l1.log_action="delete" AND c1.comment_text LIKE "[[WP:R#A5|A5]]%" AND l1.log_page=l2.log_page AND l2.log_type="create" GROUP BY l1.log_id ORDER BY l1.log_id DESC LIMIT 100
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...