This query is marked as a draft This query has been published by Matěj Suchánek.

SQL

AخA
 
USE cswiki_p;
SELECT * FROM (SELECT * FROM templatelinks WHERE tl_from_namespace = 0) AS tl
LEFT JOIN page AS templates ON templates.page_title = tl_title AND templates.page_namespace = tl_namespace
JOIN page AS articles ON articles.page_id = tl_from
WHERE templates.page_id IS NULL
LIMIT 20;
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...