Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outer join syntax
Message
From
08/08/2000 00:19:10
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00401726
Message ID:
00402095
Views:
24
Hi Larry,

That's great. Just one more small clarification. Will there be any performance degradation using this way? Thanks

>I believe the following will work in both:
>SELECT field1, field2, mytable2.field3 FROM mytable1,mytable2 ;
> where mytable1.field1 = mytable2.field1
>UNION
>SELECT field1, field2, ' ' as field3 FROM mytable1 ;
> where mytable1.field1 not in (select mytable2.field1 from mytable2)

>You have to go back to the days before we had outer joins in VFP.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform