Database/Mysql
[Mysql] 문자열 합치기 CONCAT()
squll1
2014. 10. 10. 15:39
Mysql은 문자열을 합칠때 CONCAT을 이용하면 됩니다.
update table1 set address = concat(city, '82') where country = 82