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
Edgars2007
.
use lvwiki_p; select * from iwlinks limit 100; use lvwiki_p; select * from page where page_title in ("Omārs_Haijams","Arnolds_Denkers") and page_namespace=0 342233 0 Arnolds_Denkers 0 0 1 0.319215299188 20170124140930 20170124141539 2648299 3383 0 wikitext 111619 0 Omārs_Haijams use lvwiki_p; select * where iwl_from in (342233,111619) and limit 100; ---------------- use lvwiki_p; SELECT p.page_title, pp.pp_value from page p left join iwlinks on iwl_from=page_id JOIN page_props as pp ON pp.pp_page = p.page_id AND pp.pp_propname = 'wikibase_item' JOIN wikidatawiki_p.page as wdp ON wdp.page_title = pp.pp_value AND wdp.page_namespace = 0 JOIN wikidatawiki_p.pagelinks wdpl ON wdpl.pl_from = wdp.page_id AND wdpl.pl_title = 'P373' AND wdpl.pl_namespace = 120 WHERE p.page_namespace = 0 AND iwl_from IS NULL and iwl_prefix='commons' -------------------- use lvwiki_p; SELECT p.page_title, pp.pp_value from page p JOIN page_props as pp ON pp.pp_page = p.page_id AND pp.pp_propname = 'wikibase_item' JOIN wikidatawiki_p.page as wdp ON wdp.page_title = pp.pp_value AND wdp.page_namespace = 0 JOIN wikidatawiki_p.pagelinks wdpl ON wdpl.pl_from = wdp.page_id AND wdpl.pl_title = 'P373' AND wdpl.pl_namespace = 120 WHERE p.page_namespace = 0 AND not exists (select * from iwlinks join page pp5 on iwl_from=pp5.page_id where iwl_prefix='commons')
Toggle Highlighting
SQL
use lvwiki_p; select * from iwlinks limit 100;
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...