sy2_2_1.sql
来自「关于SQL数据库的实验代码和程序及一些函数的应用」· SQL 代码 · 共 8 行
SQL
8 行
select*
from person
where no in(select no from pay
where year=2005 and month=1 and
fact>(select fact from pay
where year=2005 and month=1 and no='000001'
)
)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?