Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Publically-available info about deleted revisions (WCJ)
by
Cryptic
This query is marked as a draft
This query has been published
by
Cryptic
.
Every user who edited [[List of anthropogenic disasters by death toll]] (deleted revisions) or [[Draft:List of anthropogenic disasters by death toll]] (already-restored revisions), listed in increasing order of their earliest edit's timestamp. For [[User talk:Star Mississippi#Request to restore List of anthropogenic disasters by death toll to draft]] circa 30 July 2024, and [[Draft talk:List of anthropogenic disasters by death toll]].
Toggle Highlighting
SQL
SELECT actor_name, COUNT(*) AS '#/edits', CAST(MIN(ar_timestamp) AS DATETIME) AS 'first edit', CAST(MAX(ar_timestamp) AS DATETIME) AS 'last edit' FROM archive LEFT JOIN actor_archive ON actor_id = ar_actor WHERE ar_namespace = 0 AND ar_title = 'List_of_anthropogenic_disasters_by_death_toll' GROUP BY actor_name ORDER BY MIN(ar_timestamp) ASC;
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...