I have a table containing a varchar(2000) column.
The following command
length(rtrim(CH_FN_PARMS))
returns the real length of the data one on database server, but on another, it just returns 2000. Both machines are AIX 5.3 db2 8.2.
The data is identical on both machines too.
Thanks
The following command
length(rtrim(CH_FN_PARMS))
returns the real length of the data one on database server, but on another, it just returns 2000. Both machines are AIX 5.3 db2 8.2.
The data is identical on both machines too.
Thanks