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
Chlod
.
Get the deleted revisions for a user. You can combine this with the delete/revision action to find the reason behind deletion.
Toggle Highlighting
SQL
SELECT `rev_id` AS "ID", `rev_parent`, `page_namespace` AS "Namespace", REPLACE(`page_title`, "_", " ") AS "Page", DATE_FORMAT(`rev_timestamp`, "%Y-%m-%d %H:%i:%s") AS "Time" FROM `revision_userindex` RIGHT JOIN `page` ON `rev_page` = `page_id` WHERE `rev_actor` = (SELECT `actor_id` FROM `actor_revision` WHERE `actor_name` = "Chlod") AND `rev_deleted` ORDER BY `rev_timestamp` 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...