Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SELECT iif(... Expression Syntax Question
Message
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
SELECT iif(... Expression Syntax Question
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01337260
Message ID:
01337260
Views:
56
Probably a very easy question.

I AM DOING THIS IN C#.

In VFP I would have a SELECT statement such as:

SELECT iif( number < 1, "NOT SET", "SET") AS status FROM ...

What is the equivalent of IIF() in Microsoft SQL 2005 in building an expression for the resultant table, or is it the same?

Thank you in advance.
Next
Reply
Map
View

Click here to load this message in the networking platform