摘要: 日期脚本 DECLARE @CurrentDate DATETIME=GETDATE(); select DATEADD(dd,0, DATEDIFF(dd,0,@CurrentDate)) AS 当前日期,DATEADD(dd,-1, DATEDIFF(dd,0,@CurrentDate)) AS 阅读全文
posted @ 2017-01-10 22:07 南風未起 阅读(224) 评论(0) 推荐(0)