KFAA30144-E
The specification for aa....aa is invalid. (M+J+O)
The specification for aa....aa is invalid. <SQLSTATE: 42509>
- aa....aa: Type of binary literal
-
-
binary: Binary literal in binary format
-
hex: Binary literal in hexadecimal format
-
- S:
-
Ignores this SQL statement. Alternatively, the system invalidates this transaction.
- Action:
-
Correct the error.
For binary literals in binary format:
-
The number of binary characters specified in a binary-format binary literal is not a multiple of 8.
-
The binary characters specified in a binary-format binary literal include a character that is not 0 or 1.
For binary literals in hexadecimal format:
-
The number of hexadecimal characters specified in a hexadecimal-format binary literal is not a multiple of 2.
-
The hexadecimal characters specified in a hexadecimal-format binary literal include a character that is not 0 to 9, A to F or a to f.
-