select * from 表名
select : 字段列表
from : 表面列表
where : 条件列表
group by : 分组字段
having :分组之后的条件
order by :排序
limit : 分页限定