Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Outer join syntax
Message
De
07/08/2000 01:32:04
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Outer join syntax
Divers
Thread ID:
00401726
Message ID:
00401726
Vues:
67
Hi All,

Is there a standard way of expressing outer joins for any server?

I have following query working in VFP but not under Oracle :

SELECT field1, field2, mytable2.field3 FROM mytable1 LEFT OUTER JOIN mytable2 ON mytable1.field1 = mytable2.field1

Following works under Oracle but not under VFP:

SELECT field1, field2, mytable2.field3 FROM mytable1, mytable2 WHERE mytable1.field1 (+)= mytable2.field1

What I want is a syntax by which both will recognize and execute.

Thanks for any help.

Regards
Vijay
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform