Обсуждение: update syntax

Поиск
Список
Период
Сортировка

update syntax

От
ramirez@idconcepts.org (Edwin S. Ramirez)
Дата:
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-