Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Joining Tables and NULL value
Message
From
05/11/2003 11:26:38
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00846508
Message ID:
00846563
Views:
21
You're welcome

>Thanks Gregory, it worked! :)
>
>Enmanuel
>
>>
>>You can use the nvl() function as in
>>
>>
>>select Table1.*, ;
>>       nvl(table2.NumField, $0) as NumField ;
>>    from Table1 left join Table2 on ...
>>
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform