Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grouping Right
Message
 
To
20/04/1999 18:37:49
Ronald Suen
Epic Solutions Inc.
Edmonton, Alberta, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00210317
Message ID:
00210339
Views:
29
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform