mysql查询不同课程成绩相同的学生的学生编号、课程编号、学生成绩
2023-07-14 09:06
MySQL
SQL Server
Oracle
MySQL
PostgreSQL
NoSQL
大数据
其他数据库
Windows
Windows Server
Linux
macOS
嵌入式
APACHE
NGINX
redis
Docker
git
互联网
tomcat
Html/Css
JavaScript
jQuery
HTML5
Angular
React
Vue
小程序
架构设计
面向对象
设计模式
领域驱动设计
Android开发
iOS开发
Flutter
鸿蒙
其他手机开发
敏捷开发
项目与团队管理
软件工程其他
.NET
Java
Python
Go
PHP
C++
Ruby
Swift
C语言
Erlang
Delphi
Scala
R语言
Verilog
Dart
Rust
其他语言
asp
nodejs
读书区
翻译区
求职面试
计算机图形学
软件测试
菜谱
SEO技术
摄影
生活技巧
179
0
0
0
标题录入
封面图
SELECT a.student_no, a.course_no, a.score FROM student_score a INNER JOIN student_score b ON a.score=b.score WHERE a.course_no <> b.course_no;
上一篇:
mysql求每门课程的学生人数
下一篇:
mysql查询两门以上不及格课程的同学的学号及其平均成绩
标题录入,一次不能超过6条
勇气是什么?个人勇气如何掌握?
T:0.008581s,M:156.15 KB
返回顶部
留言
留言
评论