GAUSS-03071 -- GAUSS-03080
GAUSS-03071: "unsupported result size: %d"
SQLSTATE: 0A000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03072: "invalid regular expression: %s"
SQLSTATE: 2201B
Description: The input expression is invalid.
Solution: Check the database encoding.
GAUSS-03073: "invalid regexp option: '%c'"
SQLSTATE: 22023
Description: The regexp conversion type is invalid.
Solution: Ensure that the input parameter is valid.
GAUSS-03074: "invalid escape string"
SQLSTATE: 22025
Description: The escape character is invalid.
Solution: Ensure that the input parameter is valid.
GAUSS-03075: "regexp_split does not support the global option"
SQLSTATE: 22023
Description: regexp_split currently does not support the global option.
Solution: Modify the split option.
GAUSS-03076: "invalid match ending position"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03077: "invalid match starting position"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03078: "unexpected dtype %d while parsing abstime '%s'"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-03079: "cannot convert abstime 'invalid' to timestamp"
SQLSTATE: 0A000
Description: The value of absolute time is invalid and cannot be converted to the timestamp type.
Solution: Ensure that the input parameter is valid.
GAUSS-03080: "unexpected dtype %d while parsing reltime '%s'"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.