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

SQL

AخA
 
select * from page p1 where page_namespace=10 and page_title regexp "Main_Page/[a-z]+" and exists (
  select 1 from templatelinks join linktarget on lt_id=tl_target_id where lt_namespace=10 and lt_title=page_title)
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...