Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select last line of multiple values
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 8
Divers
Thread ID:
00984170
Message ID:
00984202
Vues:
19
No, this query will not run in VFP8 or any other ANSI compatable backend. The query doesn't specify from each record of the group Fundvalue value comes from. It's coinsedence that in VFP it comes from the last physical record in a group.

>
>Thanks for your code, it works fine. I was playing/testing around myself in VFP 6 and I found that just grouping the special also works, I only don't know this is pure luck or wisdom:
>
>
>select *;
>from MyTable;
>group by special;
>into cursor crsResults
>
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform