Simple access SQL execution time

xiaoxiao2021-03-06  57

Declare @Begindate DateTime

SELECT @ begindate = getdate ()

SELECT execution time = datediff (mm, @ begindate, getdate ())

转载请注明原文地址:https://www.9cbs.com/read-118681.html

New Post(0)