Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grouping Right
Message
De
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:
00210335
Vues:
37
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
Ronald Suen
Epic Information Solutions Inc.
Ph: (780) 488-4418
Fax: (780) 488-0402
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform