SQL
AخA
SELECT DISTINCT cl_to FROM categorylinks
WHERE cl_from IN (select page_id from page where page_namespace = 118)
and UPPER(cl_to) not like '%AFC%'
and UPPER(cl_to) not like '%DRAFT%'
and UPPER(cl_to) not like '%PAGES%'
and UPPER(cl_to) not like '%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.