| Subject | Compression before storage | 
|---|---|
| Author | Alan McDonald | 
| Post date | 2003-07-05T09:38:56Z | 
Don't suppose anyone knows a UDF which would allow:
select F_UNZIP(field) from table
and
update table set field = F_ZIP(:param) where ...
is there such a thing anywhere?
thanks
Alan
            select F_UNZIP(field) from table
and
update table set field = F_ZIP(:param) where ...
is there such a thing anywhere?
thanks
Alan