Hitachi

Hitachi Advanced Data Binder メッセージ


KFAA31280-E

The specified SQL statement is invalid. (reason = aa....aa) (M)

SQL文の指定内容に誤りがあります

aa....aaエラーの原因
  • a column store table or a viewed table for which a column store table is specified in the outermost query in the viewed table definition, cannot be deleted, inserted, or updated

    除,挿入,または更新の対象となる表に,次の表は指定できません。 <SQLSTATE:42875>

    • カラムストア表

    • 最も外側の問合せ指定にカラムストア表を指定して定義したビュー表

  • a table that defines the array-type columns cannot be deleted, inserted, or updated

    削除,挿入,または更新の対象となる表に,次の表は指定できません。 <SQLSTATE:42875>

    • 配列型の列を定義した表

  • a LISTAGG set function cannot be specified in the window function

    ウィンドウ関数中にLISTAGG集合関数は指定できません。 <SQLSTATE:42876>

  • an ARRAY_AGG set function cannot be specified in the window function

    ウィンドウ関数中にARRAY_AGG集合関数は指定できません。 <SQLSTATE:42877>

  • an array-type column cannot be specified as an external reference column

    配列型の列は,外への参照列として指定できません。 <SQLSTATE:42878>

(S)

このSQL文を無視します。

〔対策〕

SQL文を修正してください。