SQL
AخA
/* SELECT ll_lang, COUNT(*) AS num_links
FROM langlinks
GROUP BY ll_lang
ORDER BY num_links DESC */
SELECT COUNT(*)
FROM page
INNER JOIN templatelinks ON tl_from = page_id
WHERE
tl_title = 'Soft_redirect'
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.