Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Joining Tables and NULL value
Message
De
05/11/2003 11:26:38
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00846508
Message ID:
00846563
Vues:
22
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform