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-00861 -- GAUSS-00870

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

GAUSS-00866: "there is no partition key"

SQLSTATE: 42601

Description: When the ComparePartitionValue function is invoked, no partition value exists.

Solution: Select a valid partitioned table.

GAUSS-00868: "partition bound of partition '%s' is too low"

SQLSTATE: 42601

Description: When the ComparePartitionValue function is invoked, the partition bound of a partitioned table is excessively low.

Solution: Check the table creation statement to ensure that the boundary values of the partition progressively increase.

GAUSS-00869: "can not add partition against NON-PARTITIONED table"

SQLSTATE: XX000

Description: Partitions cannot be added to a non-partitioned table.

Solution: Modify the table to a partitioned table, or cancel this operation.

GAUSS-00870: "can not drop partition against NON-PARTITIONED table"

SQLSTATE: XX000

Description: Partitions cannot be deleted from non-partitioned tables.

Solution: Do not delete partitions from non-partitioned tables.

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback