Deze pagina is nog niet beschikbaar in uw eigen taal. We werken er hard aan om meer taalversies toe te voegen. Bedankt voor uw steun.

On this page

Show all

GAUSS-00081 -- GAUSS-00090

Updated on 2024-03-15 GMT+08:00

GAUSS-00081: "unnamed XML attribute value must be a column reference"

SQLSTATE: 42601

Description: The unnamed XML attribute values must be referenced by a column.

Solution: Modify the input SQL statement.

GAUSS-00082: "XML attribute name '%s' appears more than once"

SQLSTATE: 42601

Description: A duplicate column exists in XMLELEMENT.

Solution: Modify the input SQL statement.

GAUSS-00083: "cannot cast XMLSERIALIZE result to %s"

SQLSTATE: 42846

Description: The XMLSERIALIZE type is converted to another type.

Solution: Ensure that types can be converted.

GAUSS-00084: "unrecognized booltesttype: %d"

SQLSTATE: XX004

Description: Internal system error.

Solution: Contact technical support.

GAUSS-00085: "WHERE CURRENT OF clause not yet supported"

SQLSTATE: 54001

Description: The WHERE CURRENT OF syntax used is not supported.

Solution: Do not use the WHERE CURRENT OF syntax.

GAUSS-00086: "unequal number of entries in row expressions"

SQLSTATE: 42601

Description: In a row expression, the number of parameters on the right and that on the left of the equal to (et) operator are different.

Solution: In a row expression, keep the number of parameters on the right and that on the left of the equal to (et) operator the same.

GAUSS-00087: "cannot compare rows of zero length"

SQLSTATE: 0A000

Description: The lengths of rows to be compared are zero.

Solution: Ensure that the lengths of rows to be compared are not zero.

GAUSS-00088: "row comparison operator must yield type boolean, not type %s"

SQLSTATE: 42804

Description: The value returned after row expressions are compared is not of the Boolean type.

Solution: Ensure that the value returned after row expressions are compared is of the Boolean type.

GAUSS-00089: "row comparison operator must not return a set"

SQLSTATE: 42804

Description: The value returned after row expressions are compared is a set.

Solution: Ensure that the value returned after row expressions are compared is not a set.

GAUSS-00090: "could not determine interpretation of row comparison operator %s"

SQLSTATE: 0A000

Description: The row comparison operator cannot be found.

Solution: Ensure that the row comparison operator to be used exists.

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback