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
IKhitron
.
Toggle Highlighting
SQL
USE hewiki_p; SELECT distinct(concat('# [[', page1.page_title, ']]')) as 'ערך' FROM page AS page1 JOIN pagelinks ON page1.page_id = pagelinks.pl_from AND page1.page_namespace = 0 JOIN page AS page2 ON pagelinks.pl_namespace = page2.page_namespace AND pagelinks.pl_title = page2.page_title JOIN categorylinks ON page2.page_id = categorylinks.cl_from AND categorylinks.cl_to = 'פירושונים' AND not exists (select * from categorylinks as cl1 where cl1.cl_from = page1.page_id and cl1.cl_to = 'פירושונים') and not page2.page_title like "%_(פירושונים)" and page1.page_is_redirect = 0 and not exists (select * from templatelinks where tl_from = page1.page_id and tl_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...