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' 确定
相关文章
相关标签/搜索