摘要: distinct去重: in在什么之中: like模糊匹配: and查询: or条件满足其中之一: order by正序输出: order by desc倒序输入: as起别名: 聚集函数: count()求数量: sum求和: avg平均值: max最大值: min最小值: group by分组: 阅读全文