`
swordinhand
  • 浏览: 308437 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论

判断blob字段是否为空

SQL 
阅读更多
判断字段col是否为空或者是empty_blob()

select *  from table1
 where col is null or dbms_lob.compare(col, empty_clob()) = 0  
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics