GAUSS-01651 -- GAUSS-01660

GAUSS-01651: “plan should not reference subplan's variable”

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-01652: “failed to construct the join relation”

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-01653: “could not find equality operator for ordering operator %u”

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-01654: “failed to re-find MinMaxAggInfo record”

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-01655: “could not implement GROUP BY”

SQLSTATE: 0A000

Description: The GROUP BY clause is used with the WINDOW clause in the SELECT statement.

Solution: Change the GROUP BY clause, and ensure that the columns support both hash and sort mode.

GAUSS-01656: “could not implement DISTINCT”

SQLSTATE: 0A000

The DISTINCT clause is used with the WINDOW clause in the SELECT statement.

Solution: Change the DISTINCT clause, and ensure that the columns support both hash and sort mode.

GAUSS-01657: “failed to locate grouping columns”

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-01658: “resjunk output columns are not implemented”

SQLSTATE: XX000

Description:Internal system error.

Solution:Contact technical support.

GAUSS-01659: “could not implement window PARTITION BY”

SQLSTATE: 0A000

Description: The data type of the window partitioning column clause of the SELECT statement cannot be sorted. As a result, the window PARTITION BY clause is not supported.

Solution: Change the column names following PARTITION BY in the statement. Ensure that the columns used support sort mode.

GAUSS-01660: “could not implement window ORDER BY”

SQLSTATE: 0A000

Description: The data type of the window ordering column clause of the SELECT statement cannot be sorted. As a result, the window ORDER BY clause is not supported.

Solution: Change the column names following ORDER BY in the statement. Ensure that the columns used support sort mode.

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