Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Superzerocool
.
Cantidad de hombres y mujeres creados en Wikipedia en español en marzo de 2020. Considera solamente las categorías de las personas (no wikidata), así como si el artículo existe al momento de ejecutar la consulta
Toggle Highlighting
SQL
use eswiki_p; SELECT cl_to = 'Mujeres' as isMujer, count(1) as counted FROM page INNER JOIN revision ON rev_page = page_id INNER JOIN categorylinks ON cl_from = page_id WHERE rev_timhttps://quarry.wmflabs.org/query/42786#estamp between '20200301000000' AND '20200401000000' AND rev_parent_id = 0 AND page_namespace = 0 AND cl_to in ('Mujeres', 'Hombres') GROUP BY 1
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...