This query is marked as a draft This query has been published by IKhitron.

SQL

x
 
select actor_name as name from user_properties join actor
on up_user = actor_user
where up_property = 'gender'
and up_value = 'female'
and exists
(select * from revision_userindex
 where rev_actor = actor_id
# and ((rev_timestamp like '2022062%') or (rev_timestamp like '2022063%') or (rev_timestamp like '202207%')))
 and rev_timestamp > 20220613000000)
order by name
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...