Explanation
The message describes a user-caused error. For example, if the user coded an SQL statement that used the TRIM function but specified a trim character longer than a single character, the user could receive a -320 error code with the descriptively helpful message, PLEASE SPECIFY A SINGLE CHARACTER AS THE TRIM CHARACTER.
The SQLSTATE that equates to this SQL return code is 53S37.
User Response
Correct the described error.
|
Copyright © 2014 CA.
All rights reserved.
|
|