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
Erutuon
.
Toggle Highlighting
SQL
select user, user_sandbox_module_count, user_id is not null as user_exists from ( select substring_index(tl_title, '/', 1) as user, count(*) as user_sandbox_module_count from templatelinks where tl_namespace = 828 and tl_title like 'User:%' group by user order by user_sandbox_module_count desc ) as module_count left join user on user_name = replace( right(user, length(user) - length('User:')), '_', ' ' );
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...