GAUSS-00861 -- GAUSS-00870
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
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot