当前位置: 数据库>sqlserver
SQLSERVER对索引的利用及非SARG运算符认识
来源: 互联网 发布时间:2014-10-10
本文导语: 写SQL语句的时候很多时候会用到filter筛选掉一些记录,SQL对筛选条件简称:SARG(search argument/SARG) 代码如下: where amount>4000 and amount
写SQL语句的时候很多时候会用到filter筛选掉一些记录,SQL对筛选条件简称:SARG(search argument/SARG)
where amount>4000 and amount
代码如下:
where amount>4000 and amount