Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP6 Remote View Top nn?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00170161
Message ID:
00170274
Vues:
18
>How to generate a Remote View result of a "top 10%" query like I can with local views?

It depends on which back-end you'r using. In oracle you can include something like

WHERE rowid(rownum) <= 10.

If your back-end database doesn't support this kind of clauses, Simply download it and then do SELECT TOP ..... on the result.
- Jayesh
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform