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
set @he = "ראש ערים בארצות הברית"; set @t = replace(@he, " ", "_"); set @ll_title = "מרטין אומאלי"; select *, @t from hewiki_p.page as p3 join hewiki_p.categorylinks as c1 on p3.page_namespace = 0 and c1.cl_from = p3.page_id and p3.page_title = replace(@ll_title, " ", "_") and exists (select * from hewiki_p.categorylinks as c3 where c3.cl_from = p3.page_id and c3.cl_to = "ראש_ערים_בארצות_הברית")
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...