SQL
x
use commonswiki_p;
select count(*) from page
where page_namespace = 6
and SUBSTRING_INDEX(page_title,'.',-1) in ('flac', 'kml', 'mid', 'MID', 'oga', 'ogg', 'OGG', 'Ogg', 'ogv', 'OGV', 'video/mp4', 'webm',
'WebM', 'WEBM', 'Webm', 'xcf')
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.