Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating with joins
Message
From
01/10/2003 09:16:18
Leshel Rich
Plains Cotton Coop Assoc
Lubbock, Texas, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Updating with joins
Miscellaneous
Thread ID:
00833805
Message ID:
00833805
Views:
63
I am trying to do an update with joins. I cannot get this to work in FoxPro. Do I have something wrong with my update, or is this a limitation in FoxPro?
Here is the code:
Update test1 ;
Set test1.field1 = 10 ;
from test1 ;
inner join test2 ;
on test2.field2 = test1.field2 ;
WHERE test2.field2 = '123456' ;
and test1.field3 = 'TEST' ;
and test2.field4 = '789102' ;
and test2.field5 = .f. and test2.field6 = .f.
Thanks!!!
Next
Reply
Map
View

Click here to load this message in the networking platform