Search posts...
SELECT count(user_id) from user_info where JOINED between '2021-01-01' and '2021-12-31' and age between 20 and 29 ;
goho