`

oracle对查询clob字段内容与转义&符号处理方式

阅读更多
select * from table t  where not REGEXP_LIKE( t.opinion, chr(38)||'nbsp;' );

REGEXP_LIKE(a,b);正则表达式的函数 a代表你需要查询的数据。b匹配的表达式

特殊字符&符号转义用chr(38)
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics