Oracle TO_MULUTI_BYTE関数で文字列の半角英数字を全角英数字に変換する
環境
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
SQL*Plus: Release 12.2.0.1.0
構文
TO_MULTI_BYTE(文字列 )
半角英数字を全角英数字に変換します。
使用例
文字列’STUDY456’を全角変換します。
select to_multi_byte('STUDY456') from dual
実行結果
STUDY456