摘要: mysql 报这个异常:java.sql.SQLException: Data truncation: Truncated incorrect DOUBLE valueupdate 表名 set col1 = ? and col2 = ? where id = ?改为:update 表名 set col1 = ? , col2 = ? where id = ? 用逗号隔开 阅读全文
posted @ 2013-09-26 19:55 悟寰轩-叶秋 阅读(1160) 评论(0) 推荐(0)