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 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 < 20140411055459 LIMIT 50 ORDER BY r.rc_timestamp DESC 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...