1 year ago
#360829
Nikita Polevoy
Why AWS Aurora MySQL lets inset number bigger than 65
AWS Aurora MySQL. I have a table with column type DECIMAL. When I try to insert or update number 1000000 (66+symbols) it stores number - 999999 (65 symbols);
If I try to do the same action in my local MySQl I get correct behavior - Error "Can't insert data. Value for filed is out of range."
I need to have same behavior and response in Aurora. How can I reach it?
mysql
amazon-web-services
amazon-aurora
0 Answers
Your Answer