concat

この関数は、文字列パラメータの連結を返します。

シグネチャ:

concat(string1 as string, string2 as string, ...)

引数:

  • string1: 連結する文字列値。

  • string2: 連結する文字列値。