MySQL数据库的查询

1.条件查询 where条件 Select * from 表名 # 无条件查询,即查询所有数据   Select * from 表名 where 条件 and   in   between   where模糊查询 like   排序 order by Select * from 表名  where 条件 order by 字段名称 [asc|desc]   分组 group by   Having
相关文章
相关标签/搜索