摘要: 1. 当前系统日期、时间 select getdate() 2. dateadd 在向指定日期加上一段时间的基础上,返回新的 datetime 值 例如:向日期加上2天 select dateadd(day,2,'2004-10-15') --返回:2004-10-17 00:00:00.000 例 阅读全文
posted @ 2017-04-12 09:37 起了个名字 阅读(616) 评论(0) 推荐(0) 编辑