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
Soylacarli
.
Toggle Highlighting
SQL
use eswiki_p; SELECT now() as 'ultima ejecucion'; SELECT if(cl_to = 'Mujeres', 'Mujeres', 'Hombres') as genero, DATE_FORMAT(rev_timestamp, '%Y-%m') as mes, count(1) as counted FROM page INNER JOIN revision ON rev_page = page_id INNER JOIN categorylinks ON cl_from = page_id WHERE rev_timestamp BETWEEN '20120101000000' AND '20230327000000' AND rev_parent_id = 0 AND page_namespace = 0 AND cl_to IN ('Mujeres', 'Hombres') GROUP BY 1, 2;
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...