Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I want only one record in my query.
Message
De
04/06/1999 12:54:58
 
 
À
04/06/1999 12:40:33
Martin Thibault
Minière Québec Cartier
Port-Cartier, Québec, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00226574
Message ID:
00226584
Vues:
20
>In this statement : "select * from db where cnum = 'c'".
>
>I want that query return only one record and the query stop after find one record. I don't want that the query scan all the database for it.
>
>What I can append to this query to do it?

Forgot something in the first answer:

the TOP clause won't make the select faster, because it's applied to the result set of the select, and not to the original table ! You may add an order clause to have more control about which will be your TOP 1 record. Maybe native xBase commands will do the work better.
Vlad-Georg
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform