Re: plpgsql select into with multiple target variables - Mailing list pgsql-sql

From PFC
Subject Re: plpgsql select into with multiple target variables
Date
Msg-id opslbztz2mth1vuj@musicbox
Whole thread Raw
In response to plpgsql select into with multiple target variables  (John DeSoi <desoi@pgedit.com>)
List 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 by date:

Previous
From: John DeSoi
Date:
Subject: plpgsql select into with multiple target variables
Next
From: Don Drake
Date:
Subject: plpgsql functions and NULLs