select * from TABLE表 where dbms_lob.instr(字段名(clob类型),'查询条件',1,1) > 0
Oracle中clob字段内容模糊查询
最新推荐文章于 2022-03-21 16:32:56 发布
select * from TABLE表 where dbms_lob.instr(字段名(clob类型),'查询条件',1,1) > 0