DataBase
MariaDB 콤마(,)로 구분되어 있는 문자열에서 정확한 값 조건으로 조회
doopang
2023. 2. 15. 13:44
SELECT ...
from ...
where FIND_IN_SET (str, column);