![]() |
|
Archives of the TeradataForumMessage Posted: Thu, 31 Mar 2005 @ 12:33:29 GMT
I tink it's better this query:
Update
tablename
From
(
Select .. From table2) As T(column1 ... ),
(Select .. From table3) As X(column1 ...)
Set
tablename.column1=T.column1
...
Where
T.column1=X.column1
...
| ||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||