Subject Index usage
Author colinriley666
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