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:
01135456
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.

Would this work:

update myTable set myField = mycursor.myField from myTable inner join myCursor on

??
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform