当前位置:网站首页>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
边栏推荐
- The IPO of mesk Electronics was terminated: Henan assets, which was once intended to raise 800 million yuan, was a shareholder
- Database - MySQL storage engine (deadlock)
- Selection of slow motion function
- Crazy God said redis notes
- Quelques conseils communs sur l'inspecteur de l'unit é, généralement pour les extensions d'éditeur ou d'autres
- Raspberry pie 3.5-inch white screen display connection
- Fuzzy -- basic application method of AFL
- Dynamic programming (tree DP)
- Word cover underline
- 【LGR-109】洛谷 5 月月赛 II & Windy Round 6
猜你喜欢

SQL injection vulnerability (MSSQL injection)

Leetcode dynamic planning day 16

Postman Association

Delete subsequence < daily question >

Yolov5 tensorrt acceleration

RT thread analysis - object container implementation and function
![[Chongqing Guangdong education] engineering fluid mechanics reference materials of southwestjiaotonguniversity](/img/ac/93a64e59592e3d083a771b993d6884.jpg)
[Chongqing Guangdong education] engineering fluid mechanics reference materials of southwestjiaotonguniversity

ISP学习(2)

麦斯克电子IPO被终止:曾拟募资8亿 河南资产是股东
![[FreeRTOS interrupt experiment]](/img/8f/54422d346bb54d23fab824be2f17a3.jpg)
[FreeRTOS interrupt experiment]
随机推荐
也算是学习中的小总结
Collection + interview questions
Orm-f & Q object
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
优秀PM必须经历这3层蜕变!
内核判断i2c地址上是否挂载外设
[lgr-109] Luogu may race II & windy round 6
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
【LGR-109】洛谷 5 月月赛 II & Windy Round 6
关于Unity Inspector上的一些常用技巧,一般用于编辑器扩展或者其他
Distributed transaction solution
Sqlserver query results are not displayed in tabular form. How to modify them
Supreme Court, judgment standard of divorce cases
A little knowledge of CPU, disk and memory
[Chongqing Guangdong education] Suzhou University English film and Television Appreciation reference materials
Biscuits (examination version)
Microblogging hot search stock selection strategy
驱动开发——第一个HelloDDK
Vulnerability discovery - vulnerability probe type utilization and repair of web applications
Postman pre script - global variables and environment variables