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
Matěj Suchánek
.
Toggle Highlighting
SQL
USE cswiki_p; SELECT SUBSTRING_INDEX( cat.cl_to, '_', 2 ) AS begins_with, COUNT(DISTINCT cat.cl_to) AS categories, COUNT(DISTINCT subst.cl_from) AS members, cat.cl_to AS sample_cat FROM (SELECT * FROM categorylinks WHERE cl_to = "Údržba:Články_se_substovanými_infoboxy") AS subst JOIN categorylinks AS cat ON cat.cl_from = subst.cl_from WHERE cat.cl_to <> subst.cl_to AND cat.cl_to NOT LIKE "Údržba:%" AND cat.cl_to NOT LIKE "Monitoring:%" GROUP BY SUBSTRING_INDEX( cat.cl_to, '_', 2 ) ORDER BY categories DESC, members DESC, begins_with;
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...