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
Fæ
.
timestamp picked before editor creation date.
Toggle Highlighting
SQL
USE commonswiki_p; SELECT RIGHT( LEFT(rev_timestamp, 8), 8 ) AS Date, REPLACE(CONCAT("[[Commons:", page_title, "|", SUBSTRING(page_title, 19), "]]"), "_", " ") AS Page FROM page JOIN revision_userindex ON rev_page = page_id AND rev_timestamp > 20180101001122 JOIN actor_revision ON actor_id = rev_actor AND actor_name = "AshFriday" JOIN comment_revision on comment_id = rev_comment_id AND comment_text IN ("Starting deletion request", "Starting mass deletion request") OR comment_text LIKE "Files uploaded%" WHERE page_namespace = 4 AND SUBSTRING(page_title, 19, 24) != "File:" AND SUBSTRING(page_title, 1, 17) = "Deletion_requests" GROUP BY Page ORDER BY Date DESC;
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...