Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grouping Right
Message
 
À
20/04/1999 18:37:49
Ronald Suen
Epic Solutions Inc.
Edmonton, Alberta, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00210317
Message ID:
00210339
Vues:
28
>Don't know if this'll work but give it a try:
>
>SELECT DISTINCT pricelist.ITEM,pricelist.REPL, pricelist.price, ;
> MAX(pricelist.DATE) AS DATE ;
>FROM price!pricelist ;
>ORDER BY pricelist.DATE DESC ;
>GROUP BY pricelist.ITEM ;
>INTO TABLE temp.DBF

The provides the same results as before. I'm wondering if the set exact or set ansi functions are messing this up.
Jeff Pearce
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform