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

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' */
SELECT COUNT(*)
FROM logging
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...