use enwiki_p;
select count(*) as user_edit_count_during_period from
(select... |
5 years ago |
use enwiki_p;
select count(*) from
(select user_id, rev_timestamp from... |
5 years ago |
use enwiki_p;
select count(*) from
(select user_id, rev_timestamp from... |
5 years ago |
use enwiki_p;
select count(*) from
(select user_id, rev_timestamp from... |
5 years ago |
use enwiki_p;
select user_id, rev_timestamp from (select user_id from user... |
5 years ago |