尽量避免在 where 子句中使用()。
1等值判断
2对字段进行 null 值判断
3模糊查找
4in 和 not in
5参数(例如:where name=@name)
6对字段进行函数操作(例如:where substring(name,1,3)=’ang’ )
7索引并不是越多越好
37吧