Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Easy Question (I Think)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00536048
Message ID:
00536079
Vues:
9
Neather one would work correctly if actioncode isn't C, U or D
>
IIF(actioncode="C", "CREATED", IIF(actioncode="U", "Updated", IIF(actioncode="D", "Deleted", "Unknown")))
>>
SUBSTR("CREATEDUpdatedDeleted", (AT(actioncode, "CUD")-1)*7+1,7)
>>
>>>I'm creating a view for a table. One column is called action type (Char 1) and has one of the following value: C,U,D. I want to create a column that if it is a C, then return CREATED, if its a U return Updated, and if it is a D return Deleted
>>>
>>>Can someone help me out with this?
>>>
>>>Thanks
>>>Kirk
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform