group by:選擇列表中的列“我認得人.wname”無效,因為該列沒有包含在聚合函數或group by子句中大年。
除了order by以外,任何表達式都可以用子查詢來代替
- in
select Id
from School
where StudentId in
(select *
from Student)
- all(全部)
解決:子查詢返回的值不止一個丰介。當子查詢跟隨在=呀打、!=、<豌研、<=妹田、>、>=之后鹃共,或子查詢用作表達式時……
select name
from worker
where age > all
(select age
from worker
where Id = 1)
3.ang(任何一個)
用法同all秆麸。ang沒有all用的多。