oracle - 字段类型为 clob 作为查询条件 解决

需要使用函数

instr(clob字段,'比较的字符串')>0

在mybatis 使用办法

.last(" and instr(msg,'" + kk + "')>0")

 

posted @ 2024-05-23 13:14  岑惜  阅读(382)  评论(0)    收藏  举报