sql 日期函数 加一天
selectDateAdd(expire_date,1,'2012-06-24'),expire_datefromA为什么查不出来ERROR:functiondatead...
select DateAdd (expire_date,1,'2012-06-24'),expire_date from A 为什么查不出来
ERROR: function dateadd(timestamp with time zone, integer, unknown) does not exist
LINE 2: select DateAdd (expire_date,1,'2012-06-24'),expire_date from...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
********** 错误 **********
ERROR: function dateadd(timestamp with time zone, integer, unknown) does not exist
SQL 状态: 42883
指导建议:No function matches the given name and argument types. You might need to add explicit type casts.
字符:9 展开
ERROR: function dateadd(timestamp with time zone, integer, unknown) does not exist
LINE 2: select DateAdd (expire_date,1,'2012-06-24'),expire_date from...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
********** 错误 **********
ERROR: function dateadd(timestamp with time zone, integer, unknown) does not exist
SQL 状态: 42883
指导建议:No function matches the given name and argument types. You might need to add explicit type casts.
字符:9 展开
3个回答
展开全部
select DateAdd (expire_date,1,'2012-06-24'),expire_date from A
你这个语句中第一个参数你对不对暂时还看不出,但是最后一个参数你传入的是一个字符串 ,它需要的是个日期格式.当然就不行了,需要转换,还有,如果你只是加一天的话,第一个参数固定写成day就可以
你这个语句中第一个参数你对不对暂时还看不出,但是最后一个参数你传入的是一个字符串 ,它需要的是个日期格式.当然就不行了,需要转换,还有,如果你只是加一天的话,第一个参数固定写成day就可以
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
select expire_date +1,expire_date from A
即可,oracle的日期能够直接相加
即可,oracle的日期能够直接相加
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
expire_date是什么?
DateAdd函数的用法:http://msdn.microsoft.com/zh-cn/library/ms186819.aspx
DateAdd函数的用法:http://msdn.microsoft.com/zh-cn/library/ms186819.aspx
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询