SQL
AخA
select page_namespace, page_title from categorylinks inner join page on page_id = cl_from left join page_props on pp_page = cl_from and pp_propname = 'defaultsot'
/* REPLACE Dogs with the name of the category */
WHERE cl_to = 'Dogs'
and pp_propname is null
limit 500;
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.