Oracle问题之literal does not match format string

时间:2016-05-29 09:39:19   收藏:0   阅读:909
问题:
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‘)" 

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!