Hi.
I have an MS access database with many records and needs to know the field names of a table and use the sql:
SELECT TOP 1 FROM TABLE.
Will access avoid table space scan before picking the first record?
I do not have EXPLAIN installed on my PC so I am a little worried about this query.
Hope someone can help.
I have an MS access database with many records and needs to know the field names of a table and use the sql:
SELECT TOP 1 FROM TABLE.
Will access avoid table space scan before picking the first record?
I do not have EXPLAIN installed on my PC so I am a little worried about this query.
Hope someone can help.