Query Run
USE enwiki_p; select user.user_id, count(rc_id) as recent_rev_count, ... 2 years ago
USE enwiki_p; select user.user_id, count(rc_id) as recent_rev_count, ... 2 years ago
use enwiki_p; select rc_id, cast(rc_timestamp as datetime) from... 2 years ago
use enwiki_p; select rc_id, cast(rc_timestamp as date),... 2 years ago