UPDATE [테이블명] SET 컬럼명 = REPLACE(적용할컬럼명, '원래문자열', '변경할문자열');
'DB' 카테고리의 다른 글
DBeaver: 한국어 깨짐 현상 해결하기 (0) | 2021.08.15 |
---|
UPDATE [테이블명] SET 컬럼명 = REPLACE(적용할컬럼명, '원래문자열', '변경할문자열');
DBeaver: 한국어 깨짐 현상 해결하기 (0) | 2021.08.15 |
---|
설정파일: C:\Program Files\DBeaver\dbeaver.ini
옵션추가: -Dfile.encoding=UTF-8
-startup
plugins/org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1100.v20190907-0426
-vmargs
-XX:+IgnoreUnrecognizedVMOptions
--add-modules=ALL-SYSTEM
-Xms64m
-Xmx1024m
-Dfile.encoding=UTF-8
MySQL에서 특정 문자만 변경하기 (0) | 2021.08.15 |
---|