Re: Updating Using RowType

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Updating Using RowType
Дата
Msg-id CAHyXU0wQ1XY=hzj4c1O688Tiz_hWb9283vkjOv_xgopypzsFMw@mail.gmail.com
обсуждение исходный текст
Ответ на Updating Using RowType  ("Sergio Sinuco" <sergiosinuco@datatraffic.com.co>)
Список pgsql-novice
On Sat, Oct 29, 2011 at 2:56 PM, Sergio Sinuco
<sergiosinuco@datatraffic.com.co> wrote:
> Is it possible to UPDATE data into a table using a rowtype data type? I had
> found:
>
>
>
> l_updated_cd cds%ROWTYPE;
>
> UPDATE cds SET ROW = l_updated_cd WHERE album_name = ‘The Future’,

this is unfortunately impossible.  inserts can be rigged, but not updates.

merlin

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

Предыдущее
От: "Sergio Sinuco"
Дата:
Сообщение: Updating Using RowType
Следующее
От: "Ludger Sonntag"
Дата:
Сообщение: execute sql-script several times