摘要:
http://www.cnblogs.com/njj10/archive/2007/09/07/886016.html http://www.chinaz.com/Program/.NET/050N1612007.html 阅读全文
posted @ 2007-09-13 18:53
Athrun
阅读(186)
评论(0)
推荐(0)
摘要:
declare @d datetime set @d=getdate() --execute sql script --demo --select * from [table] select [Use Times:]=datediff(ms,@d,getdate()) 阅读全文
posted @ 2007-09-13 17:18
Athrun
阅读(248)
评论(0)
推荐(0)