当前位置:网站首页>MySQL null value processing and value replacement
MySQL null value processing and value replacement
2022-07-07 04:24:00 【Data analysis of financial Xiaobai】
SELECT user_profile.device_id,user_profile.university,IFNULL(B.question,0),IFNULL(B.RIGHT_QUESTION,0) FROM user_profile LEFT JOIN (
SELECT device_id, COUNT(*) AS question,sum((case when result='right' then 1 else 0 end)) as RIGHT_QUESTION
FROM question_practice_detail WHERE month(date)=8 GROUP BY device_id)
AS B ON user_profile.device_id=B.device_id WHERE user_profile.university=" Fudan University "
Comprehensive operation
SELECT difficult_level,sum(ar)/count(*) AS RATE FROM
(
select IF(result="right",1,0) as ar,device_id,difficult_level FROM question_practice_detail LEFT JOIN question_detail
on question_practice_detail.question_id=question_detail.question_id
)
a
WHERE device_id IN (select device_id from user_profile where university=' Zhejiang University ')
GROUP BY difficult_level ORDER BY RATE
边栏推荐
- Five years of automated testing, and finally into the ByteDance, the annual salary of 30W is not out of reach
- [team learning] [phase 34] Baidu PaddlePaddle AI talent Creation Camp
- Dab-detr: dynamic anchor boxes are better queries for Detr translation
- pyqt5 失焦 监听无操作 定时器
- 机械臂速成小指南(十):可达工作空间
- 英特尔David Tuhy:英特尔傲腾技术成功的原因
- [system management] clear the icon cache of deleted programs in the taskbar
- 超越Postman,新一代国产调试工具Apifox,用起来够优雅
- 各路行业大佬称赞的跨架构开发“神器”,你get同款了吗?
- Digital chemical plant management system based on Virtual Simulation Technology
猜你喜欢
Win11玩绝地求生(PUBG)崩溃怎么办?Win11玩绝地求生崩溃解决方法
用CPU方案打破内存墙?学PayPal堆傲腾扩容量,漏查欺诈交易量可降至1/30
Win11远程桌面连接怎么打开?Win11远程桌面连接的五种方法
史上最全MongoDB之安全认证
史上最全MongoDB之Mongo Shell使用
Implementation of map and set
接口自动化测试实践指导(中):接口测试场景有哪些
见到小叶栀子
Operational amplifier application summary 1
The easycvr platform is connected to the RTMP protocol, and the interface call prompts how to solve the error of obtaining video recording?
随机推荐
The most complete learning rate adjustment strategy in history LR_ scheduler
VM virtual machine operating system not found and NTLDR is missing
2022电工杯A题高比例风电电力系统储能运行及配置分析思路
The root file system of buildreoot prompts "depmod:applt not found"
2022 middle school Youth Cup mathematical modeling question B fertility policy research ideas under the background of open three children
POJ training plan 2253_ Frogger (shortest /floyd)
Storage of data
Ssm+jsp realizes the warehouse management system, and the interface is called an elegant interface
The most complete deployment of mongodb in history
機器人(自動化)課程的持續學習-2022-
Why does WordPress open so slowly?
C # use Siemens S7 protocol to read and write PLC DB block
Opencv third party Library
The JSON format of the international area code of the mobile phone number is obtained with PHP
Hangzhou Electric 3711 binary number
Food Chem|深度学习根据成分声明准确预测食品类别和营养成分
Use br to back up tidb cluster to GCS
Win11控制面板快捷键 Win11打开控制面板的多种方法
NFT meta universe chain diversified ecosystem development case
Unity3d can change colors and display samples in a building GL material