首页 > 数据库技术 > 详细

Oracle问题之literal does not match format string

时间:2016-05-29 09:39:19      阅读:911      评论:0      收藏:0      [点我收藏+]
问题:
oerr ora 1861
01861, 00000, "literal does not match format string"
// *Cause: Literals in the input must be the same length as literals in
// the format string (with the exception of leading whitespace). If the
// "FX" modifier has been toggled on, the literal must match exactly,
// with no extra whitespace.
// *Action: Correct the format string to match the literal.
 
 
解决方案:
to_date(‘2010-5-1‘,‘YYYY-MM-DD‘)" 

Oracle问题之literal does not match format string

原文:http://www.cnblogs.com/haimishasha/p/5538900.html

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