Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UPDATE table
Message
From
30/10/1998 09:18:52
Jody Cairns
OAO Technology Solutions
Moncton, New Brunswick, Canada
 
 
To
30/10/1998 08:27:50
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00152716
Message ID:
00152750
Views:
18
>Somebody know the exact syntax for updating a table from a select

The usual SQL syntac for that type of thing is:

UPDATE table1 SET field = (SELECT field FROM TABLE2)

You can add WHERE conditions and what not within each query.

Hope that helps.

Best,

jody
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform