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

SQL

AخA
 
USE eswiki_p;
    SELECT COUNT(DISTINCT rev_user) 
    FROM revision_userindex
    INNER JOIN logging_userindex ON 
        rev_user = log_user AND 
        log_type = "newusers" AND
        log_action = "create"
    WHERE log_timestamp BETWEEN "20150601" AND "20150701";
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...