Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with views
Message
From
13/04/1999 16:49:34
 
 
To
13/04/1999 16:45:26
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00207987
Message ID:
00207996
Views:
28
>Hello Ed,
>
>I checked my MSDN and LEFT OUTER JOIN only appeared on VFP 5.0
>
>That view is contained in a grid.
>
>Is there something that I can do to make it OK for a grid?

You can use cursor:
Select table1.field1, table2.field2 ;
From Table1,Table2 ;
Into Cursor mycursor ;
Where Table1.id=Table2.id ;
Union Select table1.field1, "" as field2 ;
From table1 Where id NOT IN (Select id From Table2)
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform