SQL
x
USE svwiki_p;
SELECT count(user_id) as TotalUsers FROM svwiki_p.user
UNION
SELECT (DISTINCT rev_user) FROM svwiki_p.revision WHERE rev_timestamp<20141114000000
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.