MySQl中select用法

一、选择全部的记录函数    select * from table_name;spa    其中*表示表中的全部字段。排序   二、查询不重复的记录it    用关键字distinctio    select distinct  字段名  from  表名;table    三、条件查询效率    用关键字whereselect    select * from 表名 where 条件;roll
相关文章
相关标签/搜索