Fetch

Поиск
Список
Период
Сортировка
От Bob Pawley
Тема Fetch
Дата
Msg-id 00c601c811c6$24da1d10$6401a8c0@owner
обсуждение исходный текст
Список pgsql-general
When I fetch a row it returns a row number.
 
Is there a method under the fetch command of either not returning the row number or of ignoring it after it is returned.
 
  begin work;
      Declare loop_set  Cursor
       for Select  one, two from loop_import
       order by loop_id ;
     fetch next From loop_set;
 
Bob Pawley

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

Предыдущее
От: Erik Jones
Дата:
Сообщение: Re: pg_dump SERIAL and SEQUENCE
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: relations does not exist