Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Most demanded missing Wikidata labels in nlwiki
by
Edoderoo
This query is marked as a draft
This query has been published
by
Basvb
.
Toggle Highlighting
SQL
USE nlwiki_p; SELECT eu_entity_id, en.term_text, COUNT(*) FROM (SELECT * FROM wbc_entity_usage WHERE eu_aspect = "L.cs") AS eusage JOIN (SELECT * FROM wikidatawiki_p.page WHERE page_namespace = 0) AS i ON page_title = eu_entity_id JOIN wikidatawiki_p.wb_entity_per_page ON epp_entity_type = "item" AND epp_page_id = page_id LEFT JOIN (SELECT * FROM wikidatawiki_p.wb_terms WHERE term_type = "label" AND term_language = "nl" AND term_entity_type = "item") AS cs ON nl.term_entity_id = epp_entity_id LEFT JOIN (SELECT * FROM wikidatawiki_p.wb_terms WHERE term_type = "label" AND term_language = "en" AND term_entity_type = "item") AS en ON en.term_entity_id = epp_entity_id WHERE nl.term_text IS NULL GROUP BY eu_entity_id HAVING COUNT(*) > 2 ORDER BY COUNT(*) DESC, IF(en.term_text IS NULL, 1, 0), epp_entity_id;
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...