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
SR5
.
Toggle Highlighting
SQL
USE kowiki_p; SELECT DISTINCT rd_title AS 'عنوان المقالة', rd_source.page_title AS 'الوسيط' FROM redirect LEFT JOIN page rd_target ON rd_title = page_title LEFT JOIN page rd_source ON rd_source.page_id = rd_from WHERE rd_namespace = 0 AND rd_source.page_title LIKE '번호%' AND rd_target.page_title LIKE '시대%' AND EXISTS ( SELECT * FROM templatelinks WHERE tl_from = rd_target.page_id AND tl_title LIKE "%문화재_정보%" ) GROUP BY rd_title;
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...