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
PleaseStand
.
Toggle Highlighting
SQL
use enwiki_p; select rev_id, rev_page, rev_comment, rev_sha1 from (select rc_this_oldid from recentchanges where rc_source = 'mw.edit' order by rc_id desc limit 25000 ) temp_recent_edits join revision newrev on rc_this_oldid = rev_id where exists ( select 1 from revision oldrev where oldrev.rev_page = newrev.rev_page and oldrev.rev_id < newrev.rev_id and oldrev.rev_sha1 = newrev.rev_sha1 );
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...