Python学习笔记——mysql数据库查询

全部查询语句的关键字:web select distinct * from 表名 where .... group by .... having .... order by .... limit start ,count 具体执行顺序与解析:sql from 表名 where …. group by …. select distinct * having …. order by …. limit
相关文章
相关标签/搜索