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
Chaduvari
.
Toggle Highlighting
SQL
select user_name,concat(substr(user_registration,1,4),"-",substr(user_registration,5,2),"-",substr(user_registration,7,2)) Registration_date,concat(substr(min(rev_timestamp),1,4),"-",substr(min(rev_timestamp),5,2),"-",substr(min(rev_timestamp),7,2)) First_edit_date,concat(substr(max(rev_timestamp),1,4),"-",substr(max(rev_timestamp),5,2),"-",substr(max(rev_timestamp),7,2)) Last_edit_date,user_editcount Total_edits from revision,page,actor,user,user_properties where page_id=rev_page and actor_id=rev_actor and user_id=actor_user and up_user=user_id and up_property="gender" and up_value="female" -- rev_parent_id=0 -- and page_namespace=0 -- and page_is_redirect=0 -- and page_id not in (select pp_page from page_props where pp_propname="disambiguation") group by rev_actor order by 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
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...