b.VGroups.AddExp("年龄","case when year(GETDATE())-year(出生日期) <= 20 then '0-20' when year(GETDATE())-year(出生日期) > 20 and year(GETDATE())-year(出生日期) <= 30 then '21-30' else null end")