Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data from two tables
Message
 
 
To
30/04/2003 15:40:15
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00783329
Message ID:
00783399
Views:
27
Steven,

Is revision a separate filed? If it's, you have to add it to JOIN condition.
LEFT JOIN table2 t2 ON t2.did = t1.did ;
       AND t2.rev = t1.rev ;
>Sergey,
>
>This is close but the canceled column is coming up all .T. when in fact only one revision 'B' was canceled. However there is only one record showing up for the 'B' revision. Should show
>
>854407 A //
>854470 B //
>854470 B 04/03/03
>854407 C //
>etc
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform