Re: "CASE" is not a variable
От
Keith Worthington
Тема
Re: "CASE" is not a variable
Дата
Msg-id
20060628173010.M51266@narrowpathinc.com
Ответ на
Re: "CASE" is not a variable (Tom Lane)
Список
Дерево обсуждения
"CASE" is not a variable "Keith Worthington" <keithw@narrowpathinc.com>
Re: "CASE" is not a variable Tom Lane <tgl@sss.pgh.pa.us>
Re: "CASE" is not a variable "Keith Worthington" <keithw@narrowpathinc.com>
Re: "CASE" is not a variable Bricklen Anderson <banderson@presinet.com>
Re: "CASE" is not a variable "Keith Worthington" <keithw@narrowpathinc.com>
Re: "CASE" is not a variable Patrick Jacquot <patrick.jacquot@anpe.fr>
> > "Keith Worthington" writes: > > The following is a section of code inside an SQL function. > > On Wed, 28 Jun 2006 12:16:29 -0400, Tom Lane wrote > SQL, or plpgsql? It looks to me like misuse of the plpgsql INTO clause > (there can be only one). > > regards, tom lane plpgsql This is part of a function inside a v8.0.2 database. I didn't realize that the INTO clause was only limited to one instance. I was trying to accomplish SELECT col_a INTO var1, col_b INTO var2, col_c INTO var3, ... FROM fooWHERE fobar; Kind Regards, Keith
В списке pgsql-sql по дате отправления