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
Oxford User 123
.
Toggle Highlighting
SQL
SHOW DATABASES; USE oswiki_p; SELECT page_title FROM page LIMIT 50; SELECT COUNT(rev_user) AS edits,rev_user_text FROM revision WHERE rev_user_text NOT LIKE "%bot%" AND rev_user_text NOT LIKE "%boT%" AND rev_user_text NOT LIKE "%bOt%" AND rev_user_text NOT LIKE "%bOT%" AND rev_user_text NOT LIKE "%BOT%" AND rev_user_text NOT LIKE "%BoT%" AND rev_user_text NOT LIKE "%BOt%" AND rev_user_text NOT LIKE "%Bot%" GROUP BY rev_user ORDER BY edits DESC;
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...