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