azwaan
Programmer
- Jan 11, 2002
- 42
I need to update multiple coulmns in a table based on multiple from a Crossrelated subquery.
the query to update a single column is as following
UPDATE VERSION VER_ID =
SELECT MAX(VER_ID) FROM MEETING_VERSION
any ideas on how to do this to update multiple columns?
the query to update a single column is as following
UPDATE VERSION VER_ID =
SELECT MAX(VER_ID) FROM MEETING_VERSION
any ideas on how to do this to update multiple columns?