Subject | Index usage |
---|---|
Author | colinriley666 |
Post date | 2004-06-25T10:09:12Z |
Hello,
why doesn't the following select use the index on tab2's KeyField?
select *
from tab1 a
join tab2 b on b.KeyField starting with a.field
regards, Colin
why doesn't the following select use the index on tab2's KeyField?
select *
from tab1 a
join tab2 b on b.KeyField starting with a.field
regards, Colin