15.sql
来自「大学时做的数据库实验」· SQL 代码 · 共 12 行
SQL
12 行
use student_class
select student.*
from student,sc
where student.sclass=sc.sclass and student.sno=sc.sno
and sc.sclass='1'and cno='2' and grade <=all
(
select grade
from sc ,student
where cno='2'and
student.sclass=sc.sclass and student.sno=sc.sno
and sc.sclass='1'
)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?