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
Yethrosh
.
Toggle Highlighting
SQL
SELECT wd.user_name, wd.user_editcount, DATE_FORMAT(wd.user_registration, '%d-%m-%Y') AS reg FROM ( SELECT user_name FROM urwiki_p.user WHERE user_name NOT LIKE '%bot%' OR user_name NOT LIKE '%Bot%' ) AS ur JOIN wikidatawiki_p.user AS wd ON wd.user_name = ur.user_name ORDER BY wd.user_editcount DESC LIMIT 50;
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...