Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get rid of nulls in left join
Message
From
18/12/2002 16:30:06
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
How to get rid of nulls in left join
Miscellaneous
Thread ID:
00734252
Message ID:
00734252
Views:
52
I'm trying to append data to a table (that does not accept nulls) from the results of a left outer join that has many nulls. Is there a way to get rid of null in the select using the outer join. I tried iif(isnull(x.value),"",x.value) but no luck.

Regards
Miles
Next
Reply
Map
View

Click here to load this message in the networking platform