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

SQL

AخA
 
 use arwiki_p;
SET @start_date = '20221201000000';
SET @end_date = '20230101000000';
 (select count(*) from revision
                   inner join actor on actor_id = rev_actor
                   where actor_user = user_id and rev_page = 213729 and
                  rev_minor_edit = 0) ) as "المجموع"
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...