|
|
Archives of the TeradataForum
Message Posted: Tue, 19 Sep 2006 @ 13:49:25 GMT
Subj: | | Re: Partition Benchmarking Issues |
|
From: | | Christian Schiefer, makeITdone |
Hi,
I'm with you besides with the casts.
It may not be nice (and whoever decided for that format - I don't know), but we have a working PPI elimination with the following
create table ...
{
...
,Yearmonth char(6) /* sample '200411' */
} primary index (...) partition by range_n( cast( yearmonth as integer )
between 200001 and 201012 );
BR
Christian
| |