|
|
|
Supreme Being
      
Group: Forum Members
Last Login: Yesterday @ 12:54:51 PM
Posts: 116,
Visits: 20
|
|
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: 10/3/2008 7:39:41 AM
Posts: 483,
Visits: 213
|
|
You can't compress a Timestamp value.
Only NULLs might be compressed for Time/Timestamp/Interval...
Dieter
|
|
|
|