SQL
x
SELECT COUNT(*) AS 'total files'
FROM page
WHERE page_namespace = 6;
SELECT COUNT(DISTINCT gil_to) AS '# in use at enwiki'
FROM globalimagelinks
WHERE gil_wiki = 'enwiki';
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.