Fork of
pages using a template
by Draco flavus
This query is marked as a draft
This query has been published
by Draco flavus.
SQL
x
USE plwikisource_p;
SELECT *
FROM linktarget lt INNER JOIN templatelinks tl on tl.tl_target_id = lt.lt_id
INNER JOIN page on page.page_id = tl.tl_from
WHERE lt.lt_namespace = 10 AND lt.lt_title = 'tab'
LIMIT 300;
;
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.