SQL(二)——select子句

select 需要配合很多東西,才能體現出強大 單表查詢 查詢某個表中的若干列 查詢指定列 create unique/cluster index 索引名 on 表名 (列名 asc\desc) select id,sname from student select 目標列們 from 表名 —— 各個目標列之間用 「,」 隔開 —— —— 查詢全部列 select * from student
相關文章
相關標籤/搜索