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