<导航
摘要: 一、先说下查询sql格式 sql格式: select 列名/* from 表名 where 条件 group by 列 having 条件 order by 列 asc/desc; 这里牵涉到一个查询执行顺序的问题. 单表查询执行顺序: select sex, count(Sex) as count 阅读全文
posted @ 2019-02-14 22:24 字节悦动 阅读(685) 评论(0) 推荐(1)