Subject | Is Order By , Where Use same Index |
---|---|
Author | zaher |
Post date | 2003-06-10T00:04:58Z |
select * from "Accounts"
where "AccName" Like 'Z%'
order by "AccName"
"AccName" is indexed
so
order by use the index , and is Where also use the same index
the plan not mentioned that.
thanks
zaher dirkey
where "AccName" Like 'Z%'
order by "AccName"
"AccName" is indexed
so
order by use the index , and is Where also use the same index
the plan not mentioned that.
thanks
zaher dirkey