Hi,
How can I write a select statement using an index
on an Microsoft Access database?
I mean...
I have a table Tab1 with a few indexes (Index1 made up with Field1, Field2,... - Index2 made up with Field1, Field3 - and so on).
How can I write a select on table Tab1 using one of these index?
Is it necessary or SQL arranges the query by itself?
Thanks in advance
How can I write a select statement using an index
on an Microsoft Access database?
I mean...
I have a table Tab1 with a few indexes (Index1 made up with Field1, Field2,... - Index2 made up with Field1, Field3 - and so on).
How can I write a select on table Tab1 using one of these index?
Is it necessary or SQL arranges the query by itself?
Thanks in advance