当前位置:网站首页>SQL where multiple field filtering
SQL where multiple field filtering
2022-07-07 04:23:00 【Data analysis of financial Xiaobai】
SELECT device_id,university,gpa FROM user_profile WHERE (university,gpa)
IN (SELECT university,MIN(gpa) FROM user_profile GROUP BY university) ORDER BY university
# Use window functions ROW OVER() (PARITITION BY " Press that field " ORDER BY " What sort " )
SELECT device_id,university,gpa FROM (SELECT device_id,university,gpa,(RANK() over (PARTITION BY university ORDER BY gpa )) as m FROM user_profile) AS A WHERE A.m=1
边栏推荐
- Pyqt5 out of focus monitoring no operation timer
- Some thoughts on cross end development of kbone and applet
- Video fusion cloud platform easycvr video Plaza left column list style optimization
- 2022 electrician cup a question high proportion wind power system energy storage operation and configuration analysis ideas
- 主设备号和次设备号均为0
- 机械臂速成小指南(十):可达工作空间
- Redis configuration and optimization of NoSQL
- 硬件开发笔记(十): 硬件开发基本流程,制作一个USB转RS232的模块(九):创建CH340G/MAX232封装库sop-16并关联原理图元器件
- Fix the problem that the highlight effect of the main menu disappears when the easycvr Video Square is clicked and played
- Digital chemical plant management system based on Virtual Simulation Technology
猜你喜欢
Continuous learning of Robotics (Automation) - 2022-
EasyCVR集群版本添加RTSP设备提示服务器ID错误,该如何解决?
机械臂速成小指南(十):可达工作空间
【自动化经验谈】自动化测试成长之路
Food Chem|深度学习根据成分声明准确预测食品类别和营养成分
Class constant pool and runtime constant pool
EasyCVR集群重启导致其他服务器设备通道状态离线情况的优化
Tflite model transformation and quantification
buildroot的根文件系统提示“depmod:applt not found”
Mathematical analysis_ Notes_ Chapter 10: integral with parameters
随机推荐
UltraEdit-32 warm prompt: right association, cancel bak file [easy to understand]
硬件开发笔记(十): 硬件开发基本流程,制作一个USB转RS232的模块(九):创建CH340G/MAX232封装库sop-16并关联原理图元器件
PHP 实现根据概率抽奖
Hardware development notes (10): basic process of hardware development, making a USB to RS232 module (9): create ch340g/max232 package library sop-16 and associate principle primitive devices
Golang compresses and decompresses zip files
ABAP 动态内表分组循环
Do you choose pandas or SQL for the top 1 of data analysis in your mind?
Redis source code learning (31), dictionary learning, dict.c (1)
Unity3D在一建筑GL材料可以改变颜色和显示样本
Triple half circle progress bar, you can use it directly
[untitled]
MySQL data loss, analyze binlog log file
Highly paid programmers & interview questions. Are you familiar with the redis cluster principle of series 120? How to ensure the high availability of redis (Part 1)?
中青杯2022A题高校数学建模竞赛与课程教育思路分析
Golang calculates constellations and signs based on birthdays
各路行业大佬称赞的跨架构开发“神器”,你get同款了吗?
POJ培训计划2253_Frogger(最短/floyd)
SSM+JSP实现企业管理系统(OA管理系统源码+数据库+文档+PPT)
Imitate Tengu eating the moon with Avatar
See Gardenia minor