TO_CHAR( [ nchar | clob | nclob ] )
データベースキャラクタセットに変換する。
SELECT TO_CHAR( 'hoge' ) FROM DUAL; [結果] hoge