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

SQL

x
 
USE skwiki_p;
SELECT
    page_namespace,
    page_title AS title,
    page_len
  FROM
    page
  WHERE
    page_id in (select tl_from from templatelinks where tl_from_namespace = 2 and tl_namespace = 10 and tl_title = 'WikiJar_SVE_2020')
  ;
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...