Re: UPDATE in a specific order

Поиск
Список
Период
Сортировка
От Luiz K. Matsumura
Тема Re: UPDATE in a specific order
Дата
Msg-id 4D0BB39A.9040204@planit.com.br
обсуждение исходный текст
Ответ на Re: UPDATE in a specific order  (Jasen Betts <jasen@xnet.co.nz>)
Список pgsql-sql
Thanks  for reply,

Em 16/12/2010 17:58, Jasen Betts escreveu:
I need to make update of table1 with data on table2 in the order of id
of table2
that looks like EAV. is it?


Err, I don´t know so much about EAV, so I think that isn´t. I´m just trying to reproduce a calc in a spreeadsheet.
There are some way to do this with a UPDATE statement ?
to do it with an update statement you need no more than one rows in the
from for each row in the target.

easiest non update statement approach is probably to use a plpgsql 
function with a loop.

basically you need to find another way to do it.


Ok! I make a function in plpgsql to do it.

Thank´s again !


В списке pgsql-sql по дате отправления: