select count(*) ,sum(money),act_date from tbl_A group by trun(act_date )这是按天分组act_date是date类型,怎样按月分组?,group by to_char(act_date,'yyyy-mm')