阅读背景:

编写SQL查询的方式会影响性能吗?

来源:互联网 

say i have a table

说我有一张桌子

Id int
Region int
Name nvarchar

select * from table1 where region = 1 and name = 'test'

select * from table1 where name = 'test' and region = 1
Id int
Region in



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: