ANR2913E
Invalid SQL identifier token - 'token'.

Explanation

An invalid SQL identifier token was found. For example, the character sequence "ABC.123" is not a valid identifier because the second part of the identifier, "123", does not begin with a letter.

System action

The SQL query is terminated.

User response

None.