DB2 SQL error: sqlcode = – 433, sqlstate = 22001 solved

The reason is that in the table I built, I thought there was a string attribute with a length of 16. As a result, I found that I added an item with a string attribute with a length of 36( java.util.UUID )Because the attribute of data item is not corresponding when it is added, an abnormal error is reported.

Read More: