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

SQL

AخA
 
select distinct actor_name as "username", (select up_value from user_properties where up_user=actor_user and up_property="gender") as "gender"
from revision join actor on rev_actor=actor_id 
where rev_page= (select page_id from page where page_namespace=4 and page_title="Community_response_to_the_Wikimedia_Foundation's_ban_of_Fram")
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...