LET t_day = to_number(substr(date1 - date2,1,9));
LET t_hour = to_number(substr(date1 - date2,11,2));
LET t_minute = to_number(substr(date1 - date2,14,2));
LET t_second = to_number(substr(date1 - date2,17,2));
LET out_second = t_day*24*3600 t_hour*3600 t_minute*60 t_second;
RETURN out_second;
end PROCEDURE;
转载:
以上就是关于informix日期函数的全部内容,相信你一定会非常满意。
本文来自电脑杂谈,转载请注明本文网址:
http://www.pc-fly.com/a/shenmilingyu/article-10253-2.html
成天都在更新
为每日做事
这算是给自己壮胆吗