Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Artículos de mujeres creados en 2019
by
Superzerocool
This query is marked as a draft
This query has been published
by
Monica Bonilla (WMCO)
.
Comparaciones entre los artículos creados de mujeres y hombres desde 2018. Se agrupa mensualmente
Toggle Highlighting
SQL
use eswiki_p; SELECT date_format(rev_timestamp, '%m/%Y') mes, (SUM(IF(cl_to = 'Mujeres', 1, 0))) mujeres, (SUM(IF(cl_to = 'Hombres', 1, 0))) hombres FROM revision, page, categorylinks WHERE year(rev_timestamp) between 2021 and 2022 AND rev_parent_id = 0 AND page_id = rev_page AND page_namespace = 0 AND cl_from = page_id AND cl_to in ('Mujeres', 'Hombres') AND cl_timestamp >= '20210101000000' group by 1 order by date_format(rev_timestamp, '%Y/%m');
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...