Re: syntax error with execute

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: syntax error with execute
Дата
Msg-id dcc563d10805301321k6e602963ie889312715ce56f9@mail.gmail.com
обсуждение исходный текст
Ответ на syntax error with execute  ("A B" <gentosaker@gmail.com>)
Ответы Re: syntax error with execute
Список pgsql-general
Pretty sure you have to create the query as a string and execute that.

On Fri, May 30, 2008 at 9:55 AM, A B <gentosaker@gmail.com> wrote:
> I have a query like this in a plpgsql function:
>
> EXECUTE 'INSERT INTO '||tablename||' ('||fields||') VALUES
> ('||vals||') RETURNING currval('''||seqname||''') INTO newid'
>
> and I get the response:
>
> ERROR:  syntax error at or near "INTO"
> LINE 1: ...','2008','4',NULL) RETURNING currval('id_seq') INTO newid
>
> And I do not understand this error. If I take the INSERT command and
> run it by hand, it works fine, but it doesn't work in the function
> when called by execute. Anybody has an idea on what is wrong and what
> to do about it?
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

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

Предыдущее
От: PJ
Дата:
Сообщение: phpeclipse debugging & setup
Следующее
От: "Ed Fialkowski"
Дата:
Сообщение: Re: small table, huge table, and a join = slow and tough query. cake inside!