SQL
AخA
select category.* from categorylinks
join page on page_id = cl_from and page_namespace = 14 and page_title = cl_to
join category on cat_title = cl_to
order by cat_subcats, cat_pages - cat_subcats
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.