Hitachi

Hitachi Advanced Database Messages


KFAA30105-E

Token "aa....aa"(bb....bb), which is after token "cc....cc", is invalid. (M+J+O)

The SQL statement contains a syntax error. <SQLSTATE: 42602>

aa....aa:

Character that does not conform to syntax rules.

bb....bb: Type of aa....aa
  • non-reserved word: aa....aa is not a reserved word.

  • reserved word: aa....aa is a reserved word.

cc....cc:

Final character that conforms to syntax rules.

S:

Ignores this SQL statement. Alternatively, the system invalidates this transaction.

Action:

An error such as one of the following might be present. Correct the SQL statement accordingly.

  • The SQL statement was not specified according to the syntax rules.

  • The clause specification order is invalid.

If bb....bb is reserved word, an error such as the following might have occurred:

  • A reserved word is specified as an identifier, such as a table name or a column name.