Fork of
Number of Births per Year in enwiki
by Polibil
This query is marked as a draft
This query has been published
by Polibil.
SQL
AخA
SELECT
cat_title AS `cat`,
cat_pages AS `total`
FROM category
WHERE cat_title REGEXP '[0-9]{4}_deaths$'
ORDER BY `total` DESC
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.