有如下数据:
ID char
null t
123 r
123 e
234 y
345 u
select * from table where id <> '123'
查询的结果 为234 y 和345 u,null t 不会被查出来
有如下数据:
ID char
null t
123 r
123 e
234 y
345 u
select * from table where id <> '123'
查询的结果 为234 y 和345 u,null t 不会被查出来