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

SQL

AخA
 
select p1.page_id, p1.page_title, p1.page_namespace
from page p1
join (select p.page_title
      from categorylinks c
      join page p on c.cl_from = p.page_id
      where c.cl_to like "Wikipedia_pages_about_contentious_topics" and c.cl_from in (11118086, 22653621, 17835412, 19789585, 15664396)) t1 
on t1.page_title = p1.page_title
where p1.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.
All SQL code is licensed under CC0 License.

Checking query status...