잡다한 기능들/DB
DB에서 row 'text', 요렇게 내보내기
철매존
2024. 5. 22. 00:13
728x90
select concat('\'', data, '\',') from table;
요렇게 하면 됨