Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ISNULL and SQL Server
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01386986
Message ID:
01387000
Views:
41
>I wish there was also equivalent of NVL() to Sql Select so that I would not have to have 2 SQL Select statements for each database.


ISNULL(mytable.myfield,'Null Value Detected') as NonNullField

or

COALESCE(mytable.myfield,'Null Value Detected'') as NonNullField
Brandon Harker
Sebae Data Solutions
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform