|
|
|
Supreme Being
      
Group: Forum Members
Last Login: 8/22/2008 12:30:19 PM
Posts: 115,
Visits: 16
|
|
Is there a way to compress timestamp(6) field. we have a exp_ts field that gets a default value of 9999-12-31 00:00:00.000000 I want to compress this field is this possible? If it is possible how to write the compress statement?
Exp_ts timestamp(6) NOT NULL Compress ??????
Thanks
Feroz Shaik
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: 6/25/2008 7:26:06 AM
Posts: 474,
Visits: 202
|
|
You can't compress a Timestamp value.
Only NULLs might be compressed for Time/Timestamp/Interval...
Dieter
|
|
|
|