SQL(三)——where子句

常用的查詢條件 比較 「=」、「<」、「>」、「<=」、「>=」、「!=」、「!>」、「!<」、「not + 運算符」 select distinct sname from student where sdept='cs' 多重條件 「and」、「or」、「not」 select distinct sname from student where sage>20 and sdept='cs' 確定
相關文章
相關標籤/搜索