SQL
AخA
SELECT page.page_title, categorylinks.cl_sortkey_prefix
FROM categorylinks
INNER JOIN page ON categorylinks.cl_from = page.page_id
WHERE categorylinks.cl_to = "Pages_using_infobox_podcast_with_unknown_parameters"
-- Common parameters
AND cl_sortkey_prefix NOT IN ("misc", "Misc", "rss", "producer", "producers", "rss", "runtime", "atom_other",
"width", "video_format")
ORDER BY categorylinks.cl_sortkey_prefix
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.