Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Wikidata - search for labels or descriptions
by
Jura1
This query is marked as a draft
This query has been published
by
Mr. Ibrahem
.
Toggle Highlighting
SQL
use wikidatawiki_p; SELECT CONCAT('Q', term_entity_id, '') AS id, term_text from wb_terms WHERE term_entity_type = 'item' AND term_language = 'ar' AND term_type = 'label' AND term_text LIKE '%\(%\)' /*and term_entity_id in (select * from wikidatawiki_p.pagelinks wdpl where wdpl.pl_from = term_entity_id AND (wdpl.pl_title = 'Q11266439') AND wdpl.pl_namespace = 0) and term_entity_id in (select * from wikidatawiki_p.pagelinks wdp where wdp.pl_from = term_entity_id AND (wdp.pl_title = 'P31') AND wdp.pl_namespace = 120)*/ GROUP BY term_text #ORDER BY count(*) DESC LIMIT 300;
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...