Mysql은 문자열을 합칠때 CONCAT을 이용하면 됩니다.
update table1 set address = concat(city, '82') where country = 82
'Database > Mysql' 카테고리의 다른 글
[Mysql] 테이블에서 특정 문자열 바꾸기 (0) | 2014.10.06 |
---|
Mysql은 문자열을 합칠때 CONCAT을 이용하면 됩니다.
update table1 set address = concat(city, '82') where country = 82
[Mysql] 테이블에서 특정 문자열 바꾸기 (0) | 2014.10.06 |
---|