码迷,mamicode.com
首页 > 其他好文 > 详细

时间加减时间段(年、月、日、分、秒)

时间:2014-06-06 15:11:58      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:c   a   get   set      时间   

--减 就写成-1
--月 update 表 set fhdate=DateAdd(M,-1,fhdate) where ...
select dateadd(M,2,getdate())

--天数
select dateadd(day,2,getdate())

--年
select dateadd(YY,2,getdate())
--分钟
select dateadd(mi,2,getdate())

--秒
select dateadd(ss,2,getdate())

时间加减时间段(年、月、日、分、秒),布布扣,bubuko.com

时间加减时间段(年、月、日、分、秒)

标签:c   a   get   set      时间   

原文地址:http://www.cnblogs.com/lyl6796910/p/3766535.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!