solidDB Help : solidDB reference : SQL: Database system tables and system views : System tables for grid : SYS_GRID_PARTITION_TABLE_COLUMNS
  
SYS_GRID_PARTITION_TABLE_COLUMNS
The SYS_GRID_PARTITION_TABLE_COLUMNS table stores information about the partitioning key columns of a partitioned table.
 
Column name
Data type
Description
REL_ID
INTEGER
ID of the partitioned table, as in SYS_TABLES (ID)
ORDER_ID
INTEGER
Number of the column in the definition
ATTR_ID
INTEGER
ID of the column, as in SYS_COLUMNS (ID)
Go up to
System tables for grid