Fork of try to fetch genderstats by Base
This query is marked as a draft This query has been published by Geraki.

SQL

AخA
 
select user_name, user_editcount, up_property, up_value
from elwiki_p.user_properties ps
join elwiki_p.user us
on ps.up_user = us.user_id
where us.user_editcount > 1000 and up_property = "gender"
order by us.user_editcount 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.

Checking query status...