Fork of Editor Count German Wikipedia q1 and q2 2016 by Verena Lindner (WMDE)
This query is marked as a draft This query has been published by Verena Lindner (WMDE).

SQL

AخA
 
USE dewiki_p;
SELECT count(*) AS May2017 FROM user WHERE user_registration < 20170601000000;
SELECT count(*) AS Mar2017 FROM user WHERE user_registration < 20170401000000;
SELECT count(*) AS Dec2016 FROM user WHERE user_registration < 20170101000000;
SELECT count(*) AS Sep2016 FROM user WHERE user_registration < 20161001000000;
SELECT count(*) AS Jun2016 FROM user WHERE user_registration < 20160701000000;
SELECT count(*) AS Mar2016 FROM user WHERE user_registration < 20160401000000;
SELECT count(*) AS Dec2015 FROM user WHERE user_registration < 20160101000000;
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...