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.user_name AS user1, u2.user_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 user u1 ON r1.rev_user = u1.user_id JOIN user u2 ON r2.rev_user = u2.user_id WHERE r1.rev_comment LIKE '%رجوع%' OR r1.rev_comment LIKE '%تراجع%' GROUP BY u1.user_name, u2.user_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...