Re: plpgsql select into with multiple target variables

Поиск
Список
Период
Сортировка
От PFC
Тема Re: plpgsql select into with multiple target variables
Дата
Msg-id opslbztz2mth1vuj@musicbox
обсуждение исходный текст
Ответ на plpgsql select into with multiple target variables  (John DeSoi <desoi@pgedit.com>)
Список pgsql-sql
Try removing the comma after varz

> SELECT into varx, vary, varz,
>    colx, coly, colz, FROM ....
>
> I've tried parens and various other things but no luck.
>
>
> John DeSoi, Ph.D.
> http://pgedit.com/
> Power Tools for PostgreSQL
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
>                http://archives.postgresql.org
>




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

Предыдущее
От: John DeSoi
Дата:
Сообщение: plpgsql select into with multiple target variables
Следующее
От: Don Drake
Дата:
Сообщение: plpgsql functions and NULLs