Re: What about SELECT INTO in EXECUTE

From: Richard Huxton <dev(at)archonet(dot)com>
To: Ivan <iv(at)psycho(dot)pl>, pgsql-general(at)postgresql(dot)org
Subject: Re: What about SELECT INTO in EXECUTE
Date: 2003-03-05 09:58:31
Message-ID: 200303050958.31134.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tuesday 04 Mar 2003 8:30 pm, Ivan wrote:
> when in plpgsql i do EXECUTE ''SELECT INTO foo 4 ''; its not implemented
> yet, so when ?

I don't think this is valid SQL - should it not be "SELECT 4 INTO foo"?
--
Richard Huxton

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ben-Nes Michael 2003-03-05 10:09:03 Re: plpgsql mixing variable in SELECT INTO ?
Previous Message Richard Huxton 2003-03-05 09:55:33 Re: How do sqlservers work!