where

select max(age) from class是为了找最大的age

【mysql】【三种子查询where、from、exists】

from

(select * from class where id < 4) as tep后面的as tep是给临时表起一个名

【mysql】【三种子查询where、from、exists】

exists

【mysql】【三种子查询where、from、exists】

【mysql】【三种子查询where、from、exists】

相关文章: