Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating with joins
Message
From
01/10/2003 10:56:34
 
 
To
01/10/2003 09:16:18
Leshel Rich
Plains Cotton Coop Assoc
Lubbock, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00833805
Message ID:
00833851
Views:
24
Hi Leshel,
UPDATE test1 ;
SET field1 = 10 ;
FROM test1 ;
WHERE field3 = 'TEST' AND field2 = '123456';
AND field2 IN (SELECT field2 FROM test2 ;
     WHERE field4 = '789102' and field5 = .f. AND field6 = .f.)
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform