# 不会报错,但不会有可用数据返回
select name from clase where address != null
# 这才是正确的SQL!
select name from clase where address IS NOT NULL