oceanbase.DBA_SUBPART_KEY_COLUMNS

2025-12-09 07:09:36  Updated

Feature

This view displays the subpartitioning key columns of all partitioned objects in the database.

Fields

Field Type Nullable Description
OWNER varchar(128) NO The owner of the partitioned table or index.
NAME varchar(128) NO The name of the partitioned table or index.
OBJECT_TYPE varchar(5) NO The type of the partitioned object. Valid values:
  • TABLE
  • INDEX
  • COLUMN_NAME varchar(4000) NO The name of the column.
    COLUMN_POSITION BIGINT(21) NO The position of the column in the partitioning key.
    COLLATED_COLUMN_ID bigint(0) NO At present, this field is not supported and is NULL by default.

    Contact Us