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

SQL

AخA
 
SELECT page_title
FROM page mainpage
INNER JOIN page talkpage ON mainpage.page_title = talkpage.page_title
INNER JOIN categorylinks talkcat ON talkcat.cl_from = talkpage.page_id
WHERE mainpage.page_namespace = 0
AND talkpage.page_namespace = 1
AND talkcat.cl_to = 'Science_and_academia_work_group_articles'
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...