Query Run
select count(*), "total" as reg_y from user; 2 years ago
select count(*),substr(user_registration,1,4) as reg_y from user GROUP BY... 2 years ago