mysql 語法

查詢所有列 seletc * from 表名; 查詢指定的列 select * from 表名 where 條件 查詢時添加常亮列 select  cname as"名字"  from 表名 查詢時合併 select (js+html) from 表名    select (js+html) as"成績" from 表名 查詢時去重  distinct:去重 select distinct 字段
相關文章
相關標籤/搜索