더 나은 프로그래머가 되자

mysql 문자열 교체 replace 함수 사용 본문

데이터베이스/MYSQL

mysql 문자열 교체 replace 함수 사용

greathuman 2015. 9. 17. 11:35

update table_name set field_name = replace(field_name,'교체 대상 문자','교체 문자')
Comments