방법

  • CONCAT을 이용해야 된다.
SELECT * FROM TABLE_NAME
WHERE COLUMN_NAME LIKE CONCAT(%, #{searchKeyword})

참고 자료