본문 바로가기
데이터베이스/MySQL

MySQL 문자열 합치기 - CONCAT

by o테리o 2011. 4. 21.
CONCAT

select CONCAT(문자1 , 문자1) from 테이블명

update 테이블명 set 컬럼명=concat(문자1, 문자2, 문자3) where 조건값