当前位置:网站首页>MySQL if and ifnull use
MySQL if and ifnull use
2022-07-06 04:54:00 【Data analysis of financial Xiaobai】
SELECT age_range,count(*) FROM
(SELECT IF(IFNULL(age,0)>=25,"25 Years old and over ","25 Under the age of ") as age_range,device_id FROM user_profile) AS user_profile
GROUP BY age_range
SELECT IF(IFNULL(age,0)>=25,"25 Years old and over ","25 Under the age of ") as age_range,count(*) FROM user_profile GROUP BY age_range
SELECT device_id,gender,
CASE
WHEN age<20 then '20 Under the age of '
WHEN age<25 then '20-24 year '
WHEN age>=25 then '25 Years old and over '
else ' other '
END as age_cunt
FROM user_profile
边栏推荐
- What are the advantages of the industry private network over the public network? What specific requirements can be met?
- Ue5 small knowledge freezerendering view rendered objects in the cone
- 行业专网对比公网,优势在哪儿?能满足什么特定要求?
- Quick sort
- Postman前置脚本-全局变量和环境变量
- The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
- Class inheritance in yyds dry inventory C
- Platformio create libopencm3 + FreeRTOS project
- Project manager, can you draw prototypes? Does the project manager need to do product design?
- Excellent PM must experience these three levels of transformation!
猜你喜欢
SQL注入漏洞(MSSQL注入)
麥斯克電子IPO被終止:曾擬募資8億 河南資產是股東
Postman manage test cases
The IPO of mesk Electronics was terminated: Henan assets, which was once intended to raise 800 million yuan, was a shareholder
Delete subsequence < daily question >
Postman前置脚本-全局变量和环境变量
Class inheritance in yyds dry inventory C
Acwing week 58
RTP GB28181 文件测试工具
Orm-f & Q object
随机推荐
[buuctf.reverse] 159_[watevrCTF 2019]Watshell
Codeforces Round #804 (Div. 2)
Uva1592 Database
关于Unity Inspector上的一些常用技巧,一般用于编辑器扩展或者其他
[try to hack] John hash cracking tool
acwing周赛58
It is also a small summary in learning
团队协作出了问题,项目经理怎么办?
[detailed steps of FreeRTOS shift value for the first time]
Bill Gates posted his 18-year-old resume and expected an annual salary of $12000 48 years ago
也算是學習中的小總結
驱动开发——第一个HelloDDK
[Chongqing Guangdong education] engineering fluid mechanics reference materials of southwestjiaotonguniversity
How to estimate the population with samples? (mean, variance, standard deviation)
Distributed transaction solution
关于es8316的音频爆破音的解决
Word cover underline
EditorUtility. The role and application of setdirty in untiy
Ue5 small knowledge freezerendering view rendered objects in the cone
从0到1建设智能灰度数据体系:以vivo游戏中心为例