Fork of Argentine film stubs by Qwerfjkl
This query is marked as a draft This query has been published by Qwerfjkl.

SQL

x
 
SELECT page_title,
       GROUP_CONCAT(DISTINCT cl_to SEPARATOR '|') AS `category`,
       page_len,
       COUNT(DISTINCT pl_title) AS `#/outgoing links to mainspace`
FROM page
JOIN pagelinks ON pl_from = page_id AND pl_namespace = 0
JOIN categorylinks ON cl_from = page_id AND cl_to LIKE '%stubs'
WHERE page_namespace = 0
  AND page_is_redirect = 0
  AND page_len > 5000
GROUP BY page_title
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...