Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SELECT SQL ..... how can I break the query after N recor
Message
De
23/06/1999 08:01:46
Kenneth Downs
Secure Data Software, Inc.
New York, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00232850
Message ID:
00232887
Vues:
13
Renato,

Can you clarify why you don't want to use the TOP n clause? I'm not sure I understand your objection.

>hi to all,
>
>In a SELECT SQL written in Oracle you can insert in the where expression a clause to stop the query after to have found N records, and you can do this with :
>
>SELECT .... WHERE .... AND rownum <= 500
>
>Can I do this with FoxPro ?
>I don't want to use a TOP N because this before return all row and after count the rows.
>I'm looking for something that force the user to do a query with a normal return or a partial return (if the query return 10000 customer I think that the user will refine the query)
>
>TIA
>Renato
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform