Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Count of categories of user and user talk page
by
Erutuon
This query is marked as a draft
This query has been published
by
Erutuon
.
Toggle Highlighting
SQL
select user_name count(*) as subpage_count from (select page_id as id, replace(substring_index(page_title, "/", 1), '_', ' ') as user_name from page where page_namespace = 2) as user_subpage group by user_name order by subpage_count 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...