首页 > 其他 > 详细

Data truncation: Out of range value for column 'Quality' at row 1

时间:2017-07-14 12:58:44      阅读:354      评论:0      收藏:0      [点我收藏+]

Q:

 Data truncation: Out of range value for column ‘Quality‘ at row 1

 com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column ‘Quality‘ at row 1

 

A:

You column Quality DOUBLE(1,1) can take input only 1 |2 |3

Double( totalsize, decimal), size is the number of characters.
Since your field length is small, the input overflows.
Update your table to fix this.

Data truncation: Out of range value for column 'Quality' at row 1

原文:http://www.cnblogs.com/printN/p/7169390.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!