Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Nulls from sql select
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00140223
Message ID:
00140361
Views:
22
>I am doing a sql select with LEFT OUTER to a child table. If the child table does not have a record in the master table I still get the record returned (that's what I want), but the values for the fields of the child record are filled with nulls. I've tried SET NULL OFF but no luck. The problem is that I am inserting these records into another table that does not allow null values. Is there a way to do this query without returning nulls for those records?


Oops! I guess not, since that is the definition for a LEFT OUTER join. At best, you could scan the cursor replacing null values with some appropriate value.
Previous
Reply
Map
View

Click here to load this message in the networking platform