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

SQL

AخA
 
select page_title as "Category", rev_timestamp as "Creation date", actor_name as "Creator" from categorylinks join page on page_id=cl_from  
join revision on rev_page=page_id and rev_parent_id=0
join actor_revision on actor_id=rev_actor
where cl_to="Wikipedians_by_ancestry"
order by rev_timestamp desc;
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...