SELECT DATEADD(dd, DATEDIFF(dd,0,getdate()), 0) --2015-05-06 00:00:00.000 ... select dateadd(day,-1,convert(datetime,convert(varchar(8) ...
確定! 回上一頁