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 pages.page_title, pages.page_namespace, COUNT(DISTINCT eu_entity_id) AS missing_labels FROM wbc_entity_usage JOIN wikidatawiki_p.page AS items ON items.page_namespace = 0 AND items.page_title = eu_entity_id LEFT JOIN wikidatawiki_p.wb_terms ON term_full_entity_id = items.page_title AND term_type = 'label' AND term_language = 'cs' JOIN page AS pages ON pages.page_id = eu_page_id WHERE eu_aspect = 'L.cs' AND term_text IS NULL GROUP BY eu_page_id HAVING missing_labels > 4 ORDER BY missing_labels DESC, pages.page_title, pages.page_namespace;
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...