KFAA31270-E
There is an error in the specification method of aa....aa in the system-defined function ADB_GENERATE_SERIES. (reason = bb....bb) (M+J+O)
ADB_GENERATE_SERIES関数のaa....aaの指定に誤りがあります。 <SQLSTATE:4275C>
- aa....aa:誤りがある指定個所
-
-
start value:開始値
-
end value:終了値
-
step value:間隔値
-
argument:引数
-
function:関数
-
- bb....bb:エラーの原因
-
-
the data type is invalid
データ型が正しくありません。
-
a dynamic parameter by itself cannot be specified
?パラメタは単独で指定できません。
-
the combination of arguments is invalid
引数の組み合わせが正しくありません。
-
the specification cannot be omitted
指定を省略できません。
-
the interval value cannot be 0
間隔値には0を指定できません。
-
only a constant can be specified for a labeled duration
ラベル付き間隔には定数だけを指定できます。
-
the specification of the labeled duration modifier is invalid
ラベル付き間隔修飾子の指定に誤りがあります。
-
the arguments are of data types that cannot be compared
引数のデータ型が,比較できるデータ型ではありません。
-
the specified column is not from a table that is comma joined with the system-defined function ADB_GENERATE_SERIES, or the column is from a joined table
ADB_GENERATE_SERIES関数とコンマ結合した表の列ではありません。または,結合表の列を指定しています。
-
columns from different tables are being specified
異なる表の列を指定しています。
-
a subquery of the specified in the argument is correlated subquery
外への参照列を指定しています。
-
the system-defined function ADB_GENERATE_SERIES is specified more than once in the query specification
問合せ指定中に2つ以上のADB_GENERATE_SERIES関数を指定しています。
-
- (S)
-
このSQL文を無視します。またはこのトランザクションを無効にします。
- 〔対策〕
-
SQL文を修正してください。