use hewiki_p;
select count(*) from user where user_editcount >= 0; |
6 years ago |
use hewiki_p;
select count(*) from user where user_editcount > 0; |
6 years ago |
use enwiki_p;
select count(*) from user where user_editcount = 0; |
6 years ago |
use enwiki_p;
select count(*) from user where user_editcount > 0; |
6 years ago |
use enwiki_p;
select count(*) from user where user_editcount = 0; |
6 years ago |
use enwiki_p;
select count(*) from user where user_editcount = 0; |
6 years ago |