GAUSS-00091 -- GAUSS-00100

GAUSS-00091: “IS DISTINCT FROM requires = operator to yield Boolean”

SQLSTATE: 42804

Description: In the IS DISTINCT FROM statement, the value returned for the operator used for deduplication is not of the Boolean type.

Solution: Ensure that the value returned is a Boolean type.

GAUSS-00092: “collation mismatch between implicit collations '%s' and '%s'”

SQLSTATE: 42P21

Description: Two character sets cannot be converted in implicit mode.

Solution: Ensure that two character sets to be converted are compatible.

GAUSS-00093: “collation mismatch between explicit collations '%s' and '%s'”

SQLSTATE: 42P21

Description: Two character sets cannot be converted in explicit mode.

Solution: Ensure that two character sets to be converted are compatible.

GAUSS-00094: “table reference '%s' is ambiguous”

SQLSTATE: 42P09

Description: Table reference is ambiguous because duplicate table names exist.

Solution: Provide a specific table name when referencing a table.

GAUSS-00095: “table reference %u is ambiguous”

SQLSTATE: 42P09

Description: Table reference is ambiguous because duplicate table names exist.

Solution: Provide a specific table name when referencing a table.

GAUSS-00096: “table name '%s' specified more than once”

SQLSTATE: 42712

Description: In the FROM clause, the same table is used multiple times without an alias.

Solution: Specify an alias for the table so that it can be used multiple times.

GAUSS-00097: “RTE not found (internal error)”

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-00098: “bad levelsup for CTE '%s'”

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-00099: “could not find CTE '%s'”

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

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