SQL(二)——select子句

select 需要配合很多东西,才能体现出强大 单表查询 查询某个表中的若干列 查询指定列 create unique/cluster index 索引名 on 表名 (列名 asc\desc) select id,sname from student select 目标列们 from 表名 —— 各个目标列之间用 “,” 隔开 —— —— 查询全部列 select * from student
相关文章
相关标签/搜索