SQL
AخA
SELECT article.page_id,article.page_title,GROUP_CONCAT(cl_to) FROM categorylinks INNER JOIN page talk_page ON talk_page.page_namespace = 1 AND cl_from = talk_page.page_id INNER JOIN page article ON article.page_namespace = 0 AND article.page_title = talk_page.page_title WHERE cl_to LIKE "WikiProjec_%" GROUP BY article.page_id 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.