2015年5月3日 - java.sql.SQLException: '1.594516E10' in column '1' is outside valid range for the datatype INTEGER. at com.mysql.jdbc.ResultSet.throwRangeEx...
最佳答案: 意思是column '5'第5列的值128超出了TINYINT类型的范围。TINYINT 型的字段如果不设置UNSIGNED类型,存储-128到127的整数。更多关于mysql 大数据异常in column 2 is outside valid range for the datatype Integer的问题>>