Re: Dynamic procedure execution

Поиск
Список
Период
Сортировка
От Muthukumar.GK
Тема Re: Dynamic procedure execution
Дата
Msg-id CA+rAWgnLTcWMkCtH4b+5-9H0FcOS=tB0RTbzYjgqmbtmUfHcEw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Dynamic procedure execution  ("David G. Johnston" <david.g.johnston@gmail.com>)
Ответы Re: Dynamic procedure execution
Re: Dynamic procedure execution
Список pgsql-general
Hi David,

As I am not bit Clea, let me know what I have to do. If possible, please re- write my program.

Regards
Muthu

On Mon, Dec 14, 2020, 11:43 AM David G. Johnston <david.g.johnston@gmail.com> wrote:
On Sunday, December 13, 2020, Muthukumar.GK <muthankumar@gmail.com> wrote:

v_query := ' OPEN C1 FOR SELECT * FROM public."Bankdetails"';

 

EXECUTE (v_query);



You put the pl/pgsql OPEN command into a string and sent it to the SQL engine via EXECUTE and the SQL engine is complaining that it has no idea what you want it to do.

David J.

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Dynamic procedure execution
Следующее
От: Hemil Ruparel
Дата:
Сообщение: Re: Dynamic procedure execution