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
Bdijkstra
.
just items for now, no properties
Toggle Highlighting
SQL
SELECT wbtl_id, nl.wbx_text AS nl, en.wbx_text AS en, fr.wbx_text AS fr FROM (SELECT wbtl_id, wbx_text FROM wbt_term_in_lang, wbt_text_in_lang, wbt_text WHERE wbtl_text_in_lang_id=wbxl_id AND wbxl_language='nl' AND wbxl_text_id=wbx_id AND wbx_text REGEXP '^[A-Z]' LIMIT 10000) nl, (SELECT wbtl_id, wbx_text FROM wbt_term_in_lang, wbt_text_in_lang, wbt_text WHERE wbtl_text_in_lang_id=wbxl_id AND wbxl_language='en' AND wbxl_text_id=wbx_id AND wbx_text REGEXP '^[a-z]' LIMIT 10000) en, (SELECT wbtl_id, wbx_text FROM wbt_term_in_lang, wbt_text_in_lang, wbt_text WHERE wbtl_text_in_lang_id=wbxl_id AND wbxl_language='fr' AND wbxl_text_id=wbx_id AND wbx_text REGEXP '^[a-z]' LIMIT 10000) fr WHERE nl.wbtl_id=en.wbtl_id AND en.wbtl_id=fr.wbtl_id LIMIT 10
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...