Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outer join syntax
Message
From
07/08/2000 01:32:04
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Outer join syntax
Miscellaneous
Thread ID:
00401726
Message ID:
00401726
Views:
66
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
Next
Reply
Map
View

Click here to load this message in the networking platform