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
Viswaprabha
.
Toggle Highlighting
SQL
/* This query gets a list of site links in a particular language (here mlwiki) against a long list of Wikidata Items For Malayalam Wikipedia USE mlwiki_p; SELECT * FROM `wbc_entity_usage` LEFT JOIN page ON wbc_entity_usage.`eu_page_id` = page.`page_id` WHERE `eu_aspect` = 'S' AND `eu_entity_id` in ( List of wikidata QIDs ); List member eg: {'Q1','Q2',....} */ USE mlwiki_p; /*Malayalam മലയാളം*/ SELECT * FROM `wbc_entity_usage` LEFT JOIN page ON wbc_entity_usage.`eu_page_id` = page.`page_id` WHERE `eu_aspect` = 'S' AND `eu_entity_id` in ( 'Q13109885', 'Q13110042', 'Q13110051', 'Q13110081', 'Q13110083', 'Q13110126', 'Q13110166', 'Q13110192', 'Q13110219', 'Q13110258', 'Q13110272', 'Q13110283', 'Q13110305', 'Q13110364', 'Q13110372', 'Q13110422', 'Q13110424', 'Q13110438', 'Q13110523', 'Q13110528', 'Q13110548', 'Q13110846', 'Q13110852', 'Q13110912', 'Q13110920', 'Q13110952', 'Q13110957', 'Q13110983', 'Q13110991', 'Q13111016', 'Q13111025', 'Q13111063', 'Q13111069', 'Q13111087', 'Q13111091', 'Q13111145', 'Q13111149', 'Q13111159', 'Q13111174', 'Q13111208', 'Q13111220', 'Q13111225', 'Q13111274', 'Q13111382', 'Q13111413', 'Q13111451', 'Q13111465', 'Q13111586', 'Q13111633', 'Q13111647', 'Q13111728', 'Q13111760', 'Q13111767', 'Q13111768', 'Q16133664', 'Q16133695', 'Q16133706', 'Q16133789', 'Q16133895', 'Q16133973', 'Q16134046', 'Q16134053', 'Q16134257', 'Q16134347', 'Q16134432', 'Q16134536', 'Q16134566', 'Q16134611', 'Q16134739', 'Q16134779', 'Q16134921', 'Q16134984', 'Q16135030', 'Q16135033', 'Q16135040', 'Q16135051', 'Q16135249', 'Q16135270', 'Q16135593', 'Q16135731', 'Q16135817', 'Q16135824', 'Q16136008', 'Q16136419', 'Q16136540', 'Q16136791', 'Q16136835', 'Q16136855', 'Q16136922', 'Q16137037', 'Q16137399', 'Q16137524', 'Q16137562', 'Q20554891', 'Q20554902', 'Q20554909', 'Q20554924', 'Q20554934', 'Q20554940', 'Q20554948', 'Q20554957', 'Q20554965', 'Q20554975', 'Q20554988', 'Q20555001', 'Q20555006', 'Q20555012', 'Q20555018', 'Q20555023', 'Q20555031', 'Q20555036', 'Q20555041', 'Q25588974' );
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...