Re: Why this does not work ?? (Now it has worked) - Mailing list pgsql-novice

From Roberto Rezende de Assis
Subject Re: Why this does not work ?? (Now it has worked)
Date
Msg-id 40E7042D.5060803@yahoo.com.br
Whole thread Raw
In response to Re: Why this does not work ??  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Why this does not work ??
Next
From: Tom Lane
Date:
Subject: Re: Why this does not work ??