In Teradata, the maximum row size is approx 64K bytes. The table definition already contains one column of 62K bytes plus some other columns (which are not commented) and the size of the expected row still fits in 64K limit.
Adding any other column that makes the expected row size increase from 64K won't be allowed. One of the columns that you commented out contains another column with size 64K and so you end up with error.
↧