①比较大小
< > <= >= =
②确定集合
in not in
③确定范围
between and
④字符串匹配
like%婷%
⑤空值
null:什么都没有
''、' '、" "、""、0都是值
⑥多重条件查询
and/or
⑦聚合函数
count(*)、count(distinct sno)
max()、min()
sum()
①比较大小
< > <= >= =
②确定集合
in not in
③确定范围
between and
④字符串匹配
like%婷%
⑤空值
null:什么都没有
''、' '、" "、""、0都是值
⑥多重条件查询
and/or
⑦聚合函数
count(*)、count(distinct sno)
max()、min()
sum()