This query is marked as a draft This query has been published by IKhitron.

SQL

x
 
use ruwiki_p;
select * from page p1
where page_namespace = 14
and exists
(select * from categorylinks
 where cl_to = page_title
 and exists
 (select * from page p2
  where p2.page_title = cl_from
  and p2.page_namespace = cl_from_namespace))
limit 10
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...