Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
別の文字列の指定された位置に文字列を挿入します。
INSERTSTR( integer-expression, string-expression-1, string-expression-2 )
integer-expression 文字列の挿入位置。文字列の先頭に挿入する場合は、0 を使用します。
string-expression-1 別の文字列が挿入される文字列。
string-expression-2 挿入する文字列。
LONG VARCHAR
次の文は、値 backoffice を返します。
backoffice
SELECT INSERTSTR( 0, 'office ', 'back' );