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

相关文章: