题解 | 查看不同年龄段的用户明细

查看不同年龄段的用户明细

https://www.nowcoder.com/practice/ae44b2b78525417b8b2fc2075b557592

解析:题意中 要求分成4类 并且这个还有范围 适合 if-eles的模式
所以在case上就需要选择 有搜索的case (就是不带列表名)
=======================================
select device_id,gender,
(case 
when age >= 25 then '25岁及以上'
when age >= 20 and age <= 24 then '20-24岁'
when age < 20 then '20岁以下'
else '其他' end ) as age_cut
from user_profile;

全部评论
when age >= 20 and age <= 24 then '20-24岁'这个使用or也可以通过 是为什么呀 求大佬指导一下
1 回复 分享
发布于 08-14 10:29 四川

相关推荐

求求给个offer我...:有这60不如v我50
点赞 评论 收藏
分享
评论
1
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务