GAUSS-03081 -- GAUSS-03090
GAUSS-03081: “invalid status in external 'tinterval' value”
SQLSTATE: 22P03
Description: The interval error status obtained in the entered string is inconsistent with the data status.
Solution: Check the input strings.
GAUSS-03082: “cannot convert reltime 'invalid' to interval”
SQLSTATE: 0A000
Description: The value of the reltime type is invalid and cannot be converted to the interval type.
Solution: Check the input parameter.
GAUSS-03083: “invalid input syntax for type tinterval: '%s'”
SQLSTATE: 22007
Description: A syntax error occurs when the input string is converted to the tinterval type.
Solution: Check the input strings.
GAUSS-03084: “invalid input syntax for type boolean: '%s'”
SQLSTATE: 22P02
Description: A syntax error occurs when the input string is converted to the Boolean type.
Solution: Check the input strings.
GAUSS-03085: “missing dimension value”
SQLSTATE: 22P02
Description: The array dimension is not specified.
Solution: Check the input strings.
GAUSS-03086: “missing ']' in array dimensions”
SQLSTATE: 22P02
Description: A right bracket (]) is missing when the array dimension is specified.
Solution: Check the input strings.
GAUSS-03087: “upper bound cannot be less than lower bound”
SQLSTATE: 2202E
Description: The upper limit of the array cannot be less than the lower limit.
Solution: Check the input strings.
GAUSS-03088: “array value must start with '{' or dimension information”
SQLSTATE: 22P02
Description: The array string must start with a left brace ({) or dimension information.
Solution: Check the input strings.
GAUSS-03089: “missing assignment operator”
SQLSTATE: 22P02
Description: If the array dimension information is specified, the = operator must be provided.
Solution: Check the input strings.
GAUSS-03090: “array dimensions incompatible with array literal”
SQLSTATE: 22P02
Description: The array dimension is inconsistent with the array data.
Solution: Check the input strings.