Reducing long space
From: Johan Hellstrom <johanh_at_wanderer.ldg.ibm.com>
Date: 15 Apr 1994 13:29:55 GMT
Message-ID: <2om4sj$nbl_at_monterosa.zurich.ibm.com>
Date: 15 Apr 1994 13:29:55 GMT
Message-ID: <2om4sj$nbl_at_monterosa.zurich.ibm.com>
I am using a column of type long to store a potentially large amount of text.
I would like to create a "clean up" utility, which would leave the tuple as it is, but remove the contents of this column (by setting it to NULL) in order to reduce disk space.
- Will this approach result in what I want to achieve?
- If yes - would a regular UPDATE do, or would one have to do DELETE and INSERT?
Regards
/Johan Hellstrom
Received on Fri Apr 15 1994 - 15:29:55 CEST