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