SQL
AخA
SELECT page_title, page_len
FROM page
INNER JOIN templatelinks ON tl_from = page_id
INNER JOIN linktarget ON lt_id = tl_target_id
WHERE page_namespace = 10
AND lt_namespace = 10 AND lt_title = "Navbox"
ORDER BY page_len DESC
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.