SQL
AخA
USE plwiki_p;
SELECT CONCAT('Template:',p.page_title) AS page_title, pl.pl_title
FROM pagelinks pl, page p
WHERE pl.pl_title LIKE '%(%'
AND pl.pl_title NOT LIKE '%(%)%'
AND pl.pl_from = p.page_id
AND pl_from_namespace = 10
AND pl_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.