阅读背景:

在SELECT子句中使用非索引字段时,为什么性能会降低?

来源:互联网 

Consider these three queries:

考虑这三个查询:

select sampleno from sample
    where markupdate > '1/1/2010'

select sampleno, markupdate from sample
    where markupdate > '1/1/2010'

select sampleno, markuptime from sample
    where markupdate > '1/1/2010'
sele



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

分享到: