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
Jack who built the house
.
For "Convenient Discussions" user script / gadget. Bots excluded.
Toggle Highlighting
SQL
use ruwiki_p; select rev_user_text, count(*) from revision join page on rev_page = page_id where ( page_namespace = 4 or page_namespace % 2 = 1 ) and revision.rev_timestamp >= 20170101000000 and ( instr(rev_user_text, 'а') or instr(rev_user_text, 'б') or instr(rev_user_text, 'в') or instr(rev_user_text, 'г') or instr(rev_user_text, 'д') or instr(rev_user_text, 'е') or instr(rev_user_text, 'ё') or instr(rev_user_text, 'ж') or instr(rev_user_text, 'з') or instr(rev_user_text, 'и') or instr(rev_user_text, 'й') or instr(rev_user_text, 'к') or instr(rev_user_text, 'л') or instr(rev_user_text, 'м') or instr(rev_user_text, 'н') or instr(rev_user_text, 'о') or instr(rev_user_text, 'п') or instr(rev_user_text, 'р') or instr(rev_user_text, 'с') or instr(rev_user_text, 'т') or instr(rev_user_text, 'у') or instr(rev_user_text, 'ф') or instr(rev_user_text, 'ъ') or instr(rev_user_text, 'ц') or instr(rev_user_text, 'ч') or instr(rev_user_text, 'ш') or instr(rev_user_text, 'щ') or instr(rev_user_text, 'ъ') or instr(rev_user_text, 'ы') or instr(rev_user_text, 'ь') or instr(rev_user_text, 'э') or instr(rev_user_text, 'ю') or instr(rev_user_text, 'я') or instr(rev_user_text, 'А') or instr(rev_user_text, 'Б') or instr(rev_user_text, 'В') or instr(rev_user_text, 'Г') or instr(rev_user_text, 'Д') or instr(rev_user_text, 'Е') or instr(rev_user_text, 'ё') or instr(rev_user_text, 'Ж') or instr(rev_user_text, 'З') or instr(rev_user_text, 'И') or instr(rev_user_text, 'Й') or instr(rev_user_text, 'К') or instr(rev_user_text, 'Л') or instr(rev_user_text, 'М') or instr(rev_user_text, 'Н') or instr(rev_user_text, 'О') or instr(rev_user_text, 'П') or instr(rev_user_text, 'Р') or instr(rev_user_text, 'С') or instr(rev_user_text, 'Т') or instr(rev_user_text, 'У') or instr(rev_user_text, 'Ф') or instr(rev_user_text, 'Ъ') or instr(rev_user_text, 'Ц') or instr(rev_user_text, 'Ч') or instr(rev_user_text, 'Ш') or instr(rev_user_text, 'Щ') or instr(rev_user_text, 'Ъ') or instr(rev_user_text, 'Ы') or instr(rev_user_text, 'Ь') or instr(rev_user_text, 'Э') or instr(rev_user_text, 'Ю') or instr(rev_user_text, 'Я') ) and rev_user not in (select ug_user from user_groups where ug_group = "bot") group by rev_user order by 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...