リファレンスガイド> SQL関数のTDVサポート> 文字関数> INSERT
 
INSERT
startから始まるstring_exp1からlength文字が削除され、string_exp2が削除された文字列を返します。 startから始まるstring_exp1に挿入されます。
構文
INSERT( string_exp1, start, length, string_exp2)
select INSERT('Sunday',1,3,'Mon')
返品:月曜日