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
Titodutta
.
Toggle Highlighting
SQL
USE bnwiki_p; SELECT page_title, cl_sortkey_prefix, COUNT(*) FROM categorylinks JOIN (SELECT * FROM page WHERE page_namespace = 0) AS pages ON page_id = cl_from LEFT JOIN (SELECT * FROM page_props WHERE pp_propname = 'defaultsort') AS sorted ON pp_page = cl_from WHERE cl_sortkey_prefix LIKE '%, %' AND pp_value IS NULL GROUP BY cl_from, cl_sortkey_prefix HAVING COUNT(*) > 1 ORDER BY COUNT(*) DESC, cl_sortkey_prefix, page_title;
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...