2.10 DQL 查询总结
语法:
执行顺序
⑦ select 查询列表
① from 表1 别名
② 连接类型 join 表2
③ on 连接条件
④ where 筛选
⑤ group by 分组列表
⑥ having 筛选
⑧ order by排序列表
⑨ limit 起始条目索引,条目数;