PostgreSQL实现dateadd函数(2)
来源:未知 责任编辑:责任编辑 发表时间:2015-10-08 14:16 点击:次
参数:
$1 时间运算格式,分为:ss(秒),mi(分钟),hour(小时),day(天),week(周),month(月),year(年)
$2 时间运算间隔,整型,正负均可
$3 本地时间,常用now()代替
范例:
Sql代码
select timeadd('day',-1,now())
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>