代码改变世界

SQL语句执行时间测试

2015-09-14 17:57  只喝牛奶的杀手  阅读(326)  评论(0编辑  收藏  举报
select getdate()--开始执行时间
 
要执行的SQL语句

select getdate() --结束时间