You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My bad: LONG VARCHAR actually was a valid datatype in DB2, but was deprecated in version 9.7. Let's replace it with a more modern datatype, to prevent future problems.
guusdk
changed the title
Syntax error in database install script for DB2
Deprecated datatype in database install script for DB2
Feb 12, 2021
A part of the db2 database installation script contains this row definition:
This seems to be a copy/paste error. A column can't be both a LONG and a VARCHAR.
This column is supposed to contain text, so a VARCHAR is most appropriate.
The text was updated successfully, but these errors were encountered: