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
HakanIST
.
Toggle Highlighting
SQL
SELECT rc.rc_title AS category, rc.rc_timestamp AS change_time, actor.actor_name AS user, rc.rc_this_oldid AS revision_id, rc.rc_last_oldid AS previous_revision_id FROM recentchanges AS rc JOIN actor ON rc.rc_actor = actor.actor_id WHERE rc.rc_namespace = 14 AND -- Category namespace rc.rc_type = 0 AND -- Edit rc.rc_source = 'mw.undo' AND -- Undone rc.rc_timestamp > DATE_FORMAT(DATE_SUB(NOW(), INTERVAL 100 DAY), '%Y%m%d%H%i%s') -- Last 1 day ORDER BY rc.rc_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...