G
Guest
Can you do an update query using a SubQuery? I would like to update a table
using a query for the new values.
UPDATE “table1â€
SET “Column1†= (SubQuery.Column1) and “Column2†= (SubQuery.Column2)
WHERE table1ID = SubQueryID;
Can something like this be done?
thank You
using a query for the new values.
UPDATE “table1â€
SET “Column1†= (SubQuery.Column1) and “Column2†= (SubQuery.Column2)
WHERE table1ID = SubQueryID;
Can something like this be done?
thank You