SQL查詢語句

今天在雲和學院學習了SQL查詢語句 查詢語句 select 字段名 from 表名 where 條件(條件可不寫) 示例:select 姓名,性別,工資 from dbo.職工 如果是所有字段可用*代替 where表示查詢條件 select 姓名,性別,工資 from dbo.職工 where 性別='男' and 工資 not between 1500 and 2500 delete  from
相關文章
相關標籤/搜索