This query is marked as a draft This query has been published by Diego (WMF).

SQL

AخA
 
use enwiki_p;
SELECT article.page_id,article.page_title,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 'FA-Class';
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...