SQL
x
USE aawiki_p;
SELECT count(*) AS num_accounts FROM user;
SELECT count(*) AS num_nonzero_accounts FROM user WHERE user_editcount > 0;
SELECT count(DISTINCT rev_user) AS num_rev_users FROM revision;
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.