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

SQL

AخA
 
select actor_id, actor_name, count(*)
from actor, page, revision
where page_id=201936 and actor_id=rev_actor and rev_page=page_id and rev_minor_edit=0 and rev_timestamp < 20030528000000
group by actor_id
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...