Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to convert IIF to SQL Server SQL Select
Message
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
How to convert IIF to SQL Server SQL Select
Environment versions
SQL Server:
SQL Server 6.5 and older
Miscellaneous
Thread ID:
01356167
Message ID:
01356167
Views:
70
Hi,

I don't think SQL Server supports IIF() function. And I need to convert the following expression in my VFP-type SQL Select to SQL Server:
sum( iif( ( MYTABLE.STATUS = "O" or MYTABLE.STATUS = "C" ) and MYTABLE.TYPE = "AM", 1, 0 )) as OPEN_PM 
How do I do it so that it works when passing the expression to SQL Server (via SPT)?

P.S. I forgot to change the default version of SQL Server when creating this message. I am using SQL Server 2005.

UPDATE/SOLUTION: CASE.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Next
Reply
Map
View

Click here to load this message in the networking platform