MySQL Forums
Forum List  »  MySQL Workbench

auto populating the result of summation of values
Posted by: pranay agarwal
Date: December 26, 2017 10:21AM

I am currently using the MySql Workbench 6.3 .
I have a table
test
with a column
x
which is of type
int
. When i input a value say '3+4' and try to commit it , i get an error
'Date truncated for the column x..'
. I believe it should convert the value to 7 and then save it however it might not be the case.
In earlier version of the Workbench it would not show such error and the value was saved as 7.
Is there a way to overcome this or is it due to some modifications ?
Thanks.

Options: ReplyQuote


Subject
Views
Written By
Posted
auto populating the result of summation of values
702
December 26, 2017 10:21AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.