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 要在其后插入字符串的位置。使用零可在起始处插入字符串。
string-expression-1 要在其中插入其它字符串的字符串。
string-expression-2 要插入的字符串。
LONG VARCHAR
此函数支持 NCHAR 输入和/或输出。
SQL/2008 服务商扩充。
以下语句返回值 backoffice:
backoffice
SELECT INSERTSTR( 0, 'office ', 'back' );