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
Renamerr
.
Toggle Highlighting
SQL
SELECT term_entity_id AS id, term_text AS label, description_text AS description FROM wb_terms LEFT JOIN wb_items_per_site ON term_entity_id = ips_item_id LEFT JOIN wb_items_per_site AS ips_ukwiki ON term_entity_id = ips_ukwiki.ips_item_id AND ips_ukwiki.ips_site_id = 'ukwiki' WHERE term_type = 'description' AND ips_item_id IS NOT NULL AND ips_ukwiki.ips_item_id IS NULL AND term_language = 'en' ORDER BY term_entity_id LIMIT 1000;
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...