Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select SQL - Selecting one of Multiple Entries
Message
From
07/10/1998 17:00:57
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Select SQL - Selecting one of Multiple Entries
Miscellaneous
Thread ID:
00144791
Message ID:
00144791
Views:
63
I have a patient referrals table which identifies patients by field MNO and has a referral date field REFDATE. The table contains multiple records for each patient for each time the patient is referred:

MNO REFDATE

100 98.01.01
100 98.03.02
100 98.02.05
101 98.01.05 (different patient)
100 98.07.02

Records are NOT necessarily added to the table in date order, but the table is indexed on REFDATE and related to the main patient table by MNO.

Problem: I need a SELECT statement which will retrieve each MNO record and its latest REFDATE, i.e. in the example above it would be
record 5. This statement is to list one record only per patient with the latest REFDATE only.

Any ideas please?
Next
Reply
Map
View

Click here to load this message in the networking platform