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
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