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 page join categorylinks on page_id=cl_from and cl_to="Nozīmju_atdalīšana" join pagelinks on pl_title = page_title and pl_namespace=0 where page_namespace=0 limit 100 ----- 5486 - ir saites --- use lvwiki_p; select distinct page_title, from page join categorylinks on page_id=cl_from and cl_to="Nozīmju_atdalīšana" join pagelinks on pl_title = page_title and pl_namespace=0 where page_namespace=0 -------- use lvwiki_p; select distinct page_title, (select GROUP_CONCAT(DISTINCT rd_title SEPARATOR '|') from redirect where rd_from=page_id) as redirects from page join categorylinks on page_id=cl_from and cl_to="Nozīmju_atdalīšana" join pagelinks on pl_title = page_title and pl_namespace=0 where page_namespace=0 and page_title='1956._gada_olimpiskās_spēles'
Toggle Highlighting
SQL
use lvwiki_p; select distinct page_title, (select GROUP_CONCAT(DISTINCT rd_title SEPARATOR '|') as target from redirect where rd_from=page_id) from page join categorylinks on page_id=cl_from and cl_to="Nozīmju_atdalīšana" join pagelinks on pl_title = page_title and pl_namespace=0 where page_namespace=0
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...