11 2019 档案

摘要:select * from 表 where instr(','||判断的字段||',',',指定的值,')>0 mybatis : select * from 表 where instr(','||判断的字段||',',concat(concat(',', #{userId}), ',')) >0 阅读全文
posted @ 2019-11-22 13:34 苹果也是梨 阅读(5519) 评论(0) 推荐(0)