SQL 语句执行时间

SET STATISTICS io ON
SET STATISTICS time ON
go
SELECT 
      [jobTitle]
       FROM [job_job]

where contains([jobTitle],'工')
go
set statistics profile off
set statistics io off
set statistics time off

posted on 2010-08-28 10:30  freexiaoyu  阅读(367)  评论(2编辑  收藏  举报