Description
DB2Dictionary performs CASTs on string data (among other types). When CASTing a string, the value is cast to a VARCHAR(1000), which seems like it could be problematic if the underlying data is actually longer than 1000 characters.
DB2Dictionary performs CASTs on string data (among other types). When CASTing a string, the value is cast to a VARCHAR(1000), which seems like it could be problematic if the underlying data is actually longer than 1000 characters.