甲骨文日期时间
我有四个字段:
- Start_Date = 16-Jun-10
- Start_Time = 14:37
- End_Date = 16-Jun-10
- End_Time = 14:38
我需要计算从开始到结束的差异。我尝试使用 to_date(Start_date || Start_Time) 但不断收到此错误消息:
ORA-01830: 日期格式图片在转换整个输入字符串之前结束 01830.00000 - “日期格式图片在转换整个输入字符串之前结束”
谢谢您的帮助。 大卫
I have four fields:
- Start_Date = 16-Jun-10
- Start_Time = 14:37
- End_Date = 16-Jun-10
- End_Time = 14:38
I need to calculate the difference from start to end. I tried using the to_date(Start_date || Start_Time) but keep getting this error message:
ORA-01830: date format picture ends before converting entire input string
01830.00000 - "date format picture ends before converting entire input string"
Thank you for your help.
David
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)