Thread: update syntax

update syntax

From
ramirez@idconcepts.org (Edwin S. Ramirez)
Date:
Hello,

Are update statements like: 

update t1 set (f1, f2, f3) = (select t1, t2, t3 from tab1 where id=5) where id=3

standard.  Any hope of supporting this in Postgres?

-Edwin S. Ramirez-