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
慕妹3242003
慕标琳琳
出来的日期不对
请问到底是依据什么来输出今天的日期的,今天是星期三,我把数组中定义的星期三删掉之后就输出了星期四
数据库日期类型的数据作为查询条件加单引号
怎么计算数日的两个日期之间的天数
相关分类