mysql select 0000_Mysql 时间格式默认空串 '0000-00-00 00:00:00' select抛出异常的解决方法...
Mysql 时间格式默认插入值为空时,会以'0000-00-00 00:00:00'填充,这时如果select时会抛出SQLExecption如下:java.sql.SQLException: Value '0000-00-00 00:00:00' can not be represented as java.sql.Timestamp解决方法如下:方法一:jdbc的url加入zeroDateTi...