Hi,
I am trying to do compress on DATE column.
Fortunatellly, I can define the column as below.
EVENT_DATE DATE format 'YYYY-MM-DD' NOT NULL compress(DATE '2001-03-31').
Here you will see that the DATE compress field is in YYYY-MM-DD format.
I wonder that is there a way that I can do the compression with DATE field in YYYYMMDD format?
Thank you for your help.
NB
I am trying to do compress on DATE column.
Fortunatellly, I can define the column as below.
EVENT_DATE DATE format 'YYYY-MM-DD' NOT NULL compress(DATE '2001-03-31').
Here you will see that the DATE compress field is in YYYY-MM-DD format.
I wonder that is there a way that I can do the compression with DATE field in YYYYMMDD format?
Thank you for your help.
NB