SyntaxFix
Write A Post
Hire A Developer
Questions
The Update table1 set (a,b,c) = (select x,y,x) syntax is an example of the use of row-value constructors, Oracle supports this, MSSQL does not. (Connect item)
Update table1 set (a,b,c) = (select x,y,x)