mysql 语法

查询所有列 seletc * from 表名; 查询指定的列 select * from 表名 where 条件 查询时添加常亮列 select  cname as"名字"  from 表名 查询时合并 select (js+html) from 表名    select (js+html) as"成绩" from 表名 查询时去重  distinct:去重 select distinct 字段
相关文章
相关标签/搜索