GAUSS-01531 -- GAUSS-01540
GAUSS-01531: "targetlist is not sorted correctly"
SQLSTATE: XX000
Description: The sequence of output columns is incorrect.
Solution: Ensure that the sequence of the input columns is the same as the insert or update column sequences.
GAUSS-01532: "unexpected outer reference in set operation subquery"
SQLSTATE: XX000
Description: The SETOP operation involves cross-reference.
Solution: Ensure that no column involved in the SETOP operation is referenced by other subqueries.
GAUSS-01533: "only UNION queries can be recursive"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01534: "could not implement recursive UNION"
SQLSTATE: 0A000
Description: The recursive UNION cannot be implemented. All columns cannot be distributed in hash mode.
Solution: Adjust corresponding columns so that all of them can be distributed in the hash mode.
GAUSS-01535: "could not implement %s"
SQLSTATE: 0A000
Description: UNION, INTERSECT, or EXCEPT cannot be implemented because certain data types can be distributed only in the hash mode, and others only in the sort mode.
Solution: Ensure that all columns related to UNION, INTERSECT, or EXCEPT can be distributed in both the hash and the sort mode.
GAUSS-01536: "could not find inherited attribute '%s' of relation '%s'"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01537: "attribute '%s' of relation '%s' does not match parent's type"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01538: "attribute '%s' of relation '%s' does not match parent's collation"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01539: "attribute %d of relation '%s' does not exist"
SQLSTATE: XX000
Description: A table column does not exist.
Solution: Ensure the query accesses existing columns.
GAUSS-01540: "failed to join all relations together"
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.