Cursor

Поиск
Список
Период
Сортировка
От Bob Pawley
Тема Cursor
Дата
Msg-id 007d01c8f1bc$a7a652a0$6401a8c0@owner
обсуждение исходный текст
Ответы Re: Cursor  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
I have the following cursor that gives me an error near open.

Can someone please tell me what I am doing wrong??

Bob



  DECLARE

 procgraphic cursor for select process_id from p_id.p_id,  processes_count
    where p_id.p_id.p_id_id = processes_count.p_id_id;

 begin

  Open procgraphic ;

 Fetch first from procgraphic into process_id;

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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Index creation and maintenance_work_mem
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Cursor