oracle中过滤掉clob字段中的html标签

SELECT regexp_replace( a,'</?[^>]*>|nbsp;|&','')  a from dual

原文地址:https://www.cnblogs.com/lansetuerqi/p/9895436.html