SQL
AخA
USE cswiki_p;
SELECT page_title AS page, page_namespace, page_len AS length
FROM templatelinks
JOIN page ON page_id = tl_from
WHERE tl_namespace = 10 AND tl_title = 'Pahýl' AND page_len > 5000
ORDER BY page_len DESC, page_title, page_namespace;
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.