Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UPDATE FROM syntax
Message
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01134219
Message ID:
01134234
Views:
20
>>
update Employee_Queue_Schedules set iActive_Flag = 0
>>  FROM Employee_Queue_Schedules
>>    JOIN curResolvedAccts ON ...
>>
>Thanks a lot. While I was waiting your reply <g> I used where cPK in (select ..) syntax, which I assume is slower. Correct?

Usually JOIN is faster in SELECTs but I'm not sure about UPDATEs.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform