Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql max of one field
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01412746
Message ID:
01412750
Views:
72
>Is there a Sql select which will select out all customers but with most recent date only
SELECT CUS, MAX(Date) FROM table GROUP BY CUS
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform