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
Ainali
.
Toggle Highlighting
SQL
USE svwiki_p; SELECT u.user_name, COUNT(rc_user) FROM user AS u JOIN user_properties AS p ON u.user_id = p.up_user JOIN recentchanges as r ON u.user_id = r.rc_user WHERE p.up_property LIKE 'gender' AND up_value LIKE 'female' AND u.user_registration < 20160411055459 AND rc_timestamp > 20190101055459 GROUP BY u.user_name
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...