Database/Oracle
2010/04/06 09:12
2byte로 된 영문자, 숫자, 공백 등이 모두 1byte문자로 치환된다.
/* 2byte로된 전각문자 공백제거(trim) */
select trim(to_single_bye(description)) from orduph
select trim(to_single_bye(description)) from orduph
반대로, single byte를 multi byte문자로 치환하려면 to_multi_byte() 함수를 사용하면 된다.
