Archives of the TeradataForum
Message Posted: Fri, 14 Dec 2007 @ 15:26:35 GMT
Subj: | | Representation of Partitioned Priomary Indexes in DBC |
|
From: | | Okell, Alan |
In DBC.Indices, the PPI below is represented with an index type Q, Column name Product_id.
Is there a way to use the DBC tables to identify the corresponding partitioning expression column as well (eg Txn_Dte in the example below)
I assume its possible but not sure where this info is held
PRIMARY INDEX ( PRODUCT_ID )
PARTITION BY RANGE_N(TXN_DTE
BETWEEN DATE '2007-01-01' AND DATE '2007-12-31'
EACH INTERVAL '1' MONTH);
|