AWS MySQL
MYSQL concat/concat_ws 컬럼 합치기, 컬럼 통합
iminu
2022. 5. 16. 09:30
두개 이상의 column을 합치고 싶은 경우 concat이나 concat_ws를 쓴다. concat_ws는 맨 처음에 구분자가 들어간다.