posts - 431,  comments - 344,  trackbacks - 0
DECLARE @begin datetime
DECLARE @chaju bigint
DECLARE @end datetime
SET @begin=getdate()

要执行的sql语句......

SET @end=getdate()       
SELECT @chaju = datediff(Millisecond, @begin@end)
PRINT @chaju 
posted on 2007-09-28 13:02 周锐 阅读(382) 评论(0)  编辑  收藏 所属分类: MySQLOracleSQL Server

只有注册用户登录后才能发表评论。


网站导航: