Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Iif() in sql server
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01102340
Message ID:
01102341
Views:
16
Hi Riyaz,

...from BOL:
SELECT    'Price Category' = 
      CASE 
         WHEN price IS NULL THEN 'Not yet priced'
         WHEN price < 10 THEN 'Very Reasonable Title'
         WHEN price >= 10 and price < 20 THEN 'Coffee Table Title'
         ELSE 'Expensive book!'
      END,
   CAST(title AS varchar(20)) AS 'Shortened Title'
FROM titles
ORDER BY price
MartinJ

>hi
>i am trying to create a view in sql server 2000...
>in my select statement i want to use iif() function , but it gives a error.
>
>my syntax is select iif(xfield1 = 1,xfield1,xfield2) as new_field_name
>
>but this gives an error.....
>pls let me know how to use iif() function in sql server
>
>thanx
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Previous
Reply
Map
View

Click here to load this message in the networking platform