mysql datetime查询异常问题解决_mysql数据库教程-查字典教程网
mysql datetime查询异常问题解决
mysql datetime查询异常问题解决
发布时间:2016-12-29 来源:查字典编辑
摘要:mysqldatetime查询异常异常:Value'0000-00-0000:00:00'cannotberepresentedasjava...

mysql datetime查询异常

异常:Value '0000-00-00 00:00:00' can not be represented as java.sql.Timestamp (2011-05-25 11:38:40) 描述:非空无默认值的Datetime类型字段,查询时程序报以下错误: Value '0000-00-00 00:00:00' can not be represented as java.sql.Timestamp 解决方法:数据库连接串添加zeroDateTimeBehavior参数或者noDatetimeStringSync参数jdbc:mysql://host:port/xxx?...

zeroDateTimeBehavior:取值exception、converToNull、round

exception---抛出异常:结果java.sql.SQLException: Value '0000-00-00 00:00:00' can not be represented as java.sql.Timestamp。 converToNull:返回null值 round:返回0001-01-01 00:00:00.0

noDatetimeStringSync:设置为true,返回0000-00-00 00:00:00

感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!

相关阅读
推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  • 最新mysql数据库学习
    热门mysql数据库学习
    编程开发子分类