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
Egomezalc
.
Toggle Highlighting
SQL
USE `wikidatawiki_p`; describe wb_terms; select * from wb_terms where term_language='en' and term_full_entity_id="P50" limit 4; select term_entity_id,term_text,ips_site_id,ips_site_page from wb_terms,wb_items_per_site WHERE term_language='en' AND term_entity_type='item' AND term_type='label' AND ips_item_id=term_entity_id AND term_text IN ('Douglas Adams') and term_full_entity_id="P50" limit 4;
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...