Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to select x number of rows
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01476406
Message ID:
01476423
Vues:
41
>>I see - in this case I suggest:
>>
>>select T.myFields from myTable T inner join (select top N PkField from myTable
>> where myCondition order by myField) X on T.PkField = X.PkField
>
>Thanks

It may or may not help.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform