Updating Using RowType

Поиск
Список
Период
Сортировка
От Sergio Sinuco
Тема Updating Using RowType
Дата
Msg-id 003d01cc966c$67f4c2b0$37de4810$@com.co
обсуждение исходный текст
Ответы Re: Updating Using RowType
Список pgsql-novice

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’,

 

But, it doesn’t work.

 

Any ideas?

 

Thanks for your help,

Sergio.

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

Предыдущее
От: Majid Azimi
Дата:
Сообщение: Constraint Exclusion With PreparedStatments
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: Updating Using RowType