Explanation
You have specified a hexadecimal literal which has an odd number of digits. A hexadecimal literal must have an even number of hexadecimal digits.
The SQLSTATE that equates to this SQL return code is 42606.
User Response
Use leading zeros if necessary to make the literal have an even number of digits.
|
Copyright © 2014 CA.
All rights reserved.
|
|