当前位置:数据库 > Oracle >>

oracle判断字段是否为null

oracle判断字段是否为null
 
select * from t_botnet where botnet_note_c = null
 
没有返回任何结果。
 
select * from t_botnet where botnet_note_c is null
 
返回正确结果。
 
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,