|
|
Archives of the TeradataForum
Message Posted: Fri, 27 Jan 2006 @ 22:04:11 GMT
Subj: | | Re: Erwin is not mi amigo again... |
|
From: | | Anomy Anom |
<-- Anonymously Posted: Friday, January 27, 2006 17:07 -->
| Ok, cool! So I added the postscript, calling the table name macro: | |
ALTER TABLE %TableName
MODIFY PRIMARY INDEX
PARTITION BY CASE_N(C2T_Expir_Dt = '9999-12-31', NO CASE);
Don't forget %TableOwner if you use that feature too.
ALTER TABLE %TableOwner.%TableName
Good to see folks are using ERwin all the way!
Anonym
| |