Re: Select into table%ROWTYPE failed

Поиск
Список
Период
Сортировка
От marcelo
Тема Re: Select into table%ROWTYPE failed
Дата
Msg-id 14186ea7-288e-c011-616c-56cd577793cd@gmail.com
обсуждение исходный текст
Ответ на Re: Select into table%ROWTYPE failed  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Ohh, you are right!
Thank you!

On 18/09/2018 14:10 , Tom Lane wrote:
> marcelo <marcelo.nicolet@gmail.com> writes:
>> What was wrong in the first approach?
> plpgsql's "SELECT INTO" expects a one-for-one match between the output
> columns of the SELECT and the columns of the INTO destination.  So I'd
> expect something like this to work:
>
> DECLARE
>    ranger billnumberrange%ROWTYPE;
> BEGIN
>   SELECT * FROM billnumberrange WHERE ... INTO ranger;
>
> Your example clearly wasn't selecting all the columns, and it
> wasn't clear whether you paid any attention to column ordering;
> but both of those matter.
>
>             regards, tom lane
>


---
El software de antivirus Avast ha analizado este correo electrónico en busca de virus.
https://www.avast.com/antivirus



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

Предыдущее
От: VENKTESH GUTTEDAR
Дата:
Сообщение: [GENERAL] optimising the pl/pgsql function
Следующее
От: Chris Travers
Дата:
Сообщение: Re: Code of Conduct