Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL JOIN to Update
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
SQL JOIN to Update
Miscellaneous
Thread ID:
01113543
Message ID:
01113543
Views:
57
How can I use a JOIN to update instead of:
SELECT Temp3
SCAN
				
    =SEEK(TempJoin.ClientId, "Client", "ClientId")

    REPLACE IN Temp3 ;
       ClientName WITH ALLTRIM(Client.ClientId) + " - " + Client.Cl_Name
       NEXT 1

END SCAN
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform