Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select SQL - Selecting one of Multiple Entries
Message
De
07/10/1998 17:00:57
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Select SQL - Selecting one of Multiple Entries
Divers
Thread ID:
00144791
Message ID:
00144791
Vues:
64
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?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform