Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Select
Message
 
À
22/06/1999 14:25:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00232621
Message ID:
00232637
Vues:
21
>Does anyone know how I can implement IIF statements in an SQL. I am running a SQL select statement that looks for the patient id but the problem arises when the patient has two different visit dates to the doctor. but I only need the latest date.

Sure...
SELECT patname, iif(pattype = "A","ACUTE  ","CHRONIC") as ptype ;
   FROM patient
   INTO CURSOR cPats
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform