declare @d datetime
set @d=getdate()
--执行你的语句
--ex:exec Test 100,200
select datediff(ms,@d,getdate())
相关文章:
猜你喜欢
-
2022-02-18
-
2021-12-12
-
2022-12-23
-
2022-12-23
-
2021-12-18
-
2021-07-09
-
2021-12-15
相关资源
-
下载
2023-02-12
-
下载
2021-07-02
-
下载
2022-12-28
-
下载
2022-11-30
-
下载
2021-07-01