Updated on 2023-12-22 GMT+08:00

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 status of the tinterval value.

Solution: Check the input string.

GAUSS-03082: "cannot convert reltime 'invalid' to interval"

SQLSTATE: 0A000

Description: The reltime-typed value is invalid and cannot be converted to the interval type.

Solution: Ensure that the input parameter is valid.

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 string.

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 string.

GAUSS-03085: "missing dimension value"

SQLSTATE: 22P02

Description: The dimension of the array is not specified.

Solution: Check the input string.

GAUSS-03086: "missing ']' in array dimensions"

SQLSTATE: 22P02

Description: "]" is missing when the dimension of an array is specified.

Solution: Check the input string.

GAUSS-03087: "upper bound cannot be less than lower bound"

SQLSTATE: 2202E

Description: The upper bound of the array cannot be less than the lower bound.

Solution: Check the input string.

GAUSS-03088: "array value must start with '{' or dimension information"

SQLSTATE: 22P02

Description: The array string must start with "{" or dimension information.

Solution: Check the input string.

GAUSS-03089: "missing assignment operator"

SQLSTATE: 22P02

Description: If the array dimension information is specified, the = operator must be provided.

Solution: Check the input string.

GAUSS-03090: "array dimensions incompatible with array literal"

SQLSTATE: 22P02

Description: The array dimension is inconsistent with the array data.

Solution: Check the input string.