Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Select
Message
From
29/06/1999 09:45:00
 
 
To
22/06/1999 14:25:10
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00232621
Message ID:
00235194
Views:
22
Here is a solution I use to grab the latest date:
Select (fields) from (table) group by (patient id) having patient date = max(patient date) . This will give you only the latest date for each patient id.
Previous
Reply
Map
View

Click here to load this message in the networking platform