SQL
AخA
SELECT DISTINCT(page_title) AS article
FROM categorylinks
JOIN page ON page_id = cl_from
JOIN revision_userindex ON page_id = rev_page
WHERE rev_parent_id = 0
AND rev_user_text = 'Boleyn'
AND page_namespace = 0
AND cl_to IN (
'All_articles_lacking_sources',
'All_articles_needing_additional_references',
'All_unreferenced_BLPs',
'All_BLP_articles_lacking_sources',
'All_articles_lacking_reliable_references',
'All_articles_with_a_promotional_tone',
'All_articles_with_topics_of_unclear_notability'
)
AND cl_type = 'page'
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.