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
Huji
.
Toggle Highlighting
SQL
select rc_this_oldid, rc_title, actor_name, exists ( select * from change_tag join change_tag_def on ct_tag_id = ctd_id and ctd_name in ( 'mw-undo', 'mw-manual-revert', 'mw-reverted' ) where ct_rc_id = rc_id ) as undid from recentchanges join actor on rc_actor = actor_id and actor_user is null where rc_source = 'mw.edit' and rc_namespace = 0 limit 1000;
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...