Fork of rowiki users with at least 900 edits + all bots, sorted by edit count by AndreyyshoreBot
This query is marked as a draft This query has been published by Strainu.

SQL

AخA
 
SELECT user.user_id AS user_id, user.user_name AS user_name, user.user_editcount AS user_editcount, user.user_registration as user_registration from user where user_editcount >0 order by user_id desc limit 100
    
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...