setting max value on numeric value overflow (MYSQL) -
i use mysql. when inserting rows table, have numeric overflow on signed int column:
data truncation: out of range value column xxx @ row yyy i want db handle quietly, assigning max value column in overflowed rows.
do have way elegantly?
Comments
Post a Comment