When I run this Update SQL in DBVis, I get an error (Data truncation: Data is too long for the Description column in row 1).
However, in Perl (DBI), this does not give me an error, I suppose, because the record was actually updated with a truncated value.
Can someone tell me how to show this error?
source share