Hi,
I am using db2 ese 8.1.4a on win2k.
I have a table with 20+ columns out of which 'Remarks" column has a data type varchar(2000) definition residing in a long tablespace. Now, it seems the present value is not sufficient to hold enough comments data & therefore there is a need to increase it to varchar(7000).
My question is:
- Is this ok to increase the value to 7000 characters.
- Are there any issues if we increase the value? if so, what is the workaround?
Thanks.