天天看點

Mysql 關鍵字IN傳入String數組(FIND_IN_SET(id, ?))

select * from product_attachment where productId=? and FIND_IN_SET(id, ?)
select * from product_attachment where productId=? and !FIND_IN_SET(id, ?)