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_count FROM revision r1 JOIN revision r2 ON r1.rev_page = r2.rev_page AND r1.rev_id > r2.rev_id JOIN comment c1 ON r1.rev_comment_id = c1.comment_id JOIN actor u1 ON r1.rev_actor = u1.actor_id JOIN actor u2 ON r2.rev_actor = u2.actor_id WHERE c1.comment_text LIKE '%رجوع%' OR c1.comment_text LIKE '%تراجع%' GROUP BY u1.actor_name, u2.actor_name ORDER BY revert_count DESC LIMIT 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...