declare @d datetime
set @d=getdate()
select top 10 * from   love_larchives
select datediff(ms,@d,getdate())

相关文章: