select if(age < 25 or age is null, '25岁以下', '25岁及以上') as age_cut ,count(device_id) as number from user_profile group by age_cut
select if(age < 25 or age is null, '25岁以下', '25岁及以上') as age_cut ,count(device_id) as number from user_profile group by age_cut