Re: Why this does not work ?? (Now it has worked)

Поиск
Список
Период
Сортировка
От Roberto Rezende de Assis
Тема Re: Why this does not work ?? (Now it has worked)
Дата
Msg-id 40E7042D.5060803@yahoo.com.br
обсуждение исходный текст
Ответ на Re: Why this does not work ??  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
Thank you all, that one here is the one that worked
declarer record;
beginfor r in select * from original order by num asc loop	insert into copia(num) values(r.num);end loop;
end;

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Why this does not work ??
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Why this does not work ??