当前位置:网站首页>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
边栏推荐
- Digital chemical plants realize the coexistence of advantages of high quality, low cost and fast efficiency
- [on automation experience] the growth path of automated testing
- Use facet to record operation log
- POJ培训计划2253_Frogger(最短/floyd)
- VIM - own active button indent this command "suggestions collection"
- NanopiNEO使用开发过程记录
- buildroot的根文件系统提示“depmod:applt not found”
- Redis configuration and optimization of NoSQL
- The most complete learning rate adjustment strategy in history LR_ scheduler
- True global ventures' newly established $146million follow-up fund was closed, of which the general partner subscribed $62million to invest in Web3 winners in the later stage
猜你喜欢
见到小叶栀子
【ArcGIS教程】专题图制作-人口密度分布图——人口密度分析
Quick completion guide of manipulator (10): accessible workspace
Ssm+jsp realizes the warehouse management system, and the interface is called an elegant interface
MySQL data loss, analyze binlog log file
[team learning] [34 sessions] Alibaba cloud Tianchi online programming training camp
【OA】Excel 文档生成器: Openpyxl 模块
The most complete learning rate adjustment strategy in history LR_ scheduler
2022年电工杯B 题 5G 网络环境下应急物资配送问题思路分析
史上最全MongoDB之安全认证
随机推荐
Implementation of map and set
kivy教程之设置窗体大小和背景(教程含源码)
Mathematical analysis_ Notes_ Chapter 10: integral with parameters
[on automation experience] the growth path of automated testing
The root file system of buildreoot prompts "depmod:applt not found"
NFT meta universe chain diversified ecosystem development case
EasyUI export excel cannot download the method that the box pops up
Collection of idea gradle Lombok errors
Mongo shell, the most complete mongodb in history
CUDA Programming
2022年电工杯B 题 5G 网络环境下应急物资配送问题思路分析
Why does WordPress open so slowly?
SSM+JSP实现企业管理系统(OA管理系统源码+数据库+文档+PPT)
idea gradle lombok 报错集锦
Win11控制面板快捷键 Win11打开控制面板的多种方法
Golang compresses and decompresses zip files
高薪程序员&面试题精讲系列120之Redis集群原理你熟悉吗?如何保证Redis的高可用(上)?
EasyCVR平台接入RTMP协议,接口调用提示获取录像错误该如何解决?
SSM+jsp实现仓库管理系统,界面那叫一个优雅
[team learning] [34 sessions] Alibaba cloud Tianchi online programming training camp