SQL 执行顺序

来自姬鸿昌的知识库
跳到导航 跳到搜索

select 属性列表

from 表名和视图列表

[where 条件表达式1]

[group by 属性名1 [HAVING 条件表达式2]]

[order by 属性名 [asc|desc]]