Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Group by vfp 8
Message
From
06/03/2004 15:40:20
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00883423
Message ID:
00883829
Views:
8
This message has been marked as a message which has helped to the initial question of the thread.
>I need a select sql that returns ONE record per customer, with the max amount for each customer, and the dato of purchase of this max amount.
>
>1 2004/01/02 200
>2 2004/02/05 50
>3 2004/02/01 180
>
>In vfp 7 the next instruction works
>
>select customer,purchase,max(amount) from sales group by customer
>

I just want to point out that this only works in VFP 7 if the records are in the original table in date order. If not, you get bad results.

Tamar
Previous
Reply
Map
View

Click here to load this message in the networking platform