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
Elph
.
Toggle Highlighting
SQL
SELECT u1.actor_name AS user1, u2.actor_name AS user2,COUNT(*) AS revert_countFROM revision r1JOIN revision r2 ON r1.rev_page = r2.rev_pageAND r1.rev_id > r2.rev_idJOIN comment c1 ON r1.rev_comment_id = c1.comment_idJOIN actor u1 ON r1.rev_actor = u1.actor_idJOIN actor u2 ON r2.rev_actor = u2.actor_idWHERE c1.comment_text LIKE '%رجوع%' OR c1.comment_text LIKE '%تراجع%'GROUP BY u1.actor_name, u2.actor_nameORDER BY revert_count DESCLIMIT 10;
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...