菜鸟程序员博客

sql 题目

1、用一条sql查询出每门课都大于80分的学生姓名

SELECT S.name FROM Student S GROUP BY S.name Having MIN(S.score)>=80

转载于:https://www.cnblogs.com/jiayu123/p/11379001.html

« Previous

(一)初识Mybatis-Plus

Next »

Caused by: java.lang.IllegalArgumentException: WebView cannot be used with device protected storage

© 2024 菜鸟程序员博客. Generated with Hugo and Mainroad theme.