Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Upsizing to sqlserver problems
Message
 
 
To
05/08/2007 13:34:32
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
01246018
Message ID:
01246046
Views:
28
>how to use 'IS NULL' operator ?
>i usually use isnull() in views with this command :
>iif(isnull(field0),x,y)

It's the same as NVL(x,y). In SQL Server it will be
ISNULL(x,y)
BTW, SQL Server T-SQL doesn't have IIF() either. The CASE() function can be used instead.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform