[Mybatis] like 파라메터값과 % 같이 쓰기

ban_name LIKE CONCAT('%', #{value}, '%')

<!-- ORACLE  : '%' || #{value} || '%' -->

댓글()