(Translated by
https://www.hiragana.jp/
)
Duplicate revisions on MediaWiki - Quarry
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
GTrang
.
Toggle Highlighting
SQL
USE mediawikiwiki_p; select rev1.rev_id, rev1.rev_page, rev1.rev_comment_id, rev1.rev_timestamp from revision rev2 join revision rev1 on rev1.rev_page = rev2.rev_page where rev1.rev_id = rev2.rev_parent_id and rev1.rev_timestamp = rev2.rev_timestamp and rev1.rev_comment_id = rev2.rev_comment_id and rev1.rev_sha1 = rev2.rev_sha1 and rev1.rev_timestamp < 20070101000000 ORDER BY rev1.rev_timestamp DESC LIMIT 250
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...