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 input columns is the same as insert or update columns.

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 is not executed.

Solution: Adjust corresponding columns so that all of them can be distributed in hash mode.

GAUSS-01535: “could not implement %s”

SQLSTATE: 0A000

Description: UNION, INTERSECT, or EXCEPT is executed.

Solution: Ensure that all columns related to UNION, INTERSECT, or EXCEPT can be distributed in both hash mode and 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: The column does not exist.

Solution: Query existing columns only.

GAUSS-01540: “failed to join all relations together”

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

Feedback
编组 3备份
    openGauss 2024-05-05 00:44:49
    cancel