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
Afnecors
.
Toggle Highlighting
SQL
USE itwiki_p; SET @counter = 0; SELECT @counter := @counter +1, pages_created, rev_actor FROM ( SELECT COUNT(*) as pages_created, rev_actor FROM page, revision WHERE page_namespace = 0 AND page_is_redirect = 0 AND rev_page = page_id AND rev_parent_id = 0 AND rev_actor != 0 AND rev_actor NOT IN ( SELECT ug_user FROM user_groups WHERE ug_group = 'bot') AND rev_actor NOT IN ( SELECT REPLACE(log_title, '_', ' ') FROM logging WHERE log_type = 'rights' AND log_params LIKE '%bot%' AND log_params NOT LIKE '%sysop%' GROUP BY log_title) GROUP BY rev_actor) sub ORDER BY pages_created DESC LIMIT 1000;
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...