Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How does Top nnn work in SQL Select?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00222192
Message ID:
00222216
Vues:
18
>Not a peculiar question at all. In fact, VFP selects all the records then dumps all but the top 99. So it's not a very efficient method, it's just a bit more convenient than having to pull out the top 99 yourself.
>
>>Hi All!
>>
>>I have a peculiar question regarding TOP clause in SQL Select.
>>How does VFP perform this task: (let's say I want the top 99 records)
>>1. VFP fetches all appropiate records, orders them and deletes unwanted ones on the end above 99, or
>>2. VFP uses the index of ordered field in base table, and fetches only the records that fall under 99 according to the index.
>>
>>TIA
>>
>>BB

Thanks Josh!

That's what I was afraid of!!!

BB
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform