Hello all,
I want to write my excel table to DB writer but I have an error “String or binary data would be truncated”. It means that in one of the cells(Varchar) there are more than 255 characters. Unfortunately, I cannot change Varchar to e.g Text, because Knime does not give me such option.
Can I do something here to have more than 255 characters in one cell?
@IMR2KA what is you database system. The syntax could be executed thru the SQL Executor but it will depend on your database system and the possible restrictions of you database table. Also you have to be aware that this changes will affect all unseres and processes accessing this table.
You could see how such operations work in general in this H2 database example.