KFAA31224-E
The specification method of a LISTAGG set function is invalid. (reason = aa....aa, query number = bb....bb) (M+J+O)
LISTAGG集合関数の指定に誤りがあります。
- aa....aa:エラーの原因
-
-
the length of the LISTAGG separator character string exceeds the maximum length of the LISTAGG result character string
LISTAGG区切り文字列の長さが,LISTAGG結果の最大長の指定値を超えています。 <SQLSTATE:4271A>
-
the value specified as the maximum length of the LISTAGG result character string is outside the valid range
LISTAGG結果の最大長の指定値が,指定可能な範囲外の値です。 <SQLSTATE:4271B>
-
the length of the trailing character string to be truncated exceeds the maximum length of the LISTAGG result character string
切り捨て末尾文字列の長さが,LISTAGG結果の最大長の指定値を超えています。 <SQLSTATE:4271C>
-
- bb....bb:LISTAGG集合関数を指定した問合せの位置番号
-
問合せの位置番号については,「1.5 問合せの位置番号」を参照してください。
- (S)
-
このSQL文を無視します。またはこのトランザクションを無効にします。
- 〔対策〕
-
SQL文を修正してください。