개발2014. 2. 24. 00:07
300x250

MySQL 에서 문자열을 합치는 함수는 concat 이다. 


구문 : concat(문자열,문자열)  또는 concat(필드명,필드명)


예제 : 

update table set addr = concat(addr1, addr2)

update table set name = concat('홍','길동')


물론, 필드명과 문자열을 혼합해서 사용 가능하다. 



300x250
Posted by 마스타