SQLserver 延时执行
Posted dzw159
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SQLserver 延时执行相关的知识,希望对你有一定的参考价值。
Declare @t1 Varchar(8) Set @t1 = Convert(Varchar,DateAdd(ss, @Secnod, 0),108) WAITFOR DELAY @t1 --等待n秒
感谢:https://blog.csdn.net/chelen_jak/article/details/36383937
以上是关于SQLserver 延时执行的主要内容,如果未能解决你的问题,请参考以下文章