Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can you use IIF(a,b,c) in a SELECT statement?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00440969
Message ID:
00441244
Views:
14
>>>SELECT IIF(alias.gender = "M", "Male", "Female") AS GenderText FROM Customers
>>that works...thanks...:)
>
>IIF won't work in SQL Server though, if that applies. Your best bet, to make it scaleable or simpler in VFP would be to have a table like this:
gender.dbf
code	gender
--------------
m	Male
f	Female
>and then build your SQL like this:
>
>SELECT gender.gender FROM alias LEFT JOIN gender ON alias.gender = gender.code

Ooh, nice save, Mike. Something to think about next time....
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform