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

From: Roberto Rezende de Assis <rezende_assis(at)yahoo(dot)com(dot)br>
To: Postgesql list <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Why this does not work ?? (Now it has worked)
Date: 2004-07-03 19:08:29
Message-ID: 40E7042D.5060803@yahoo.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Thank you all, that one here is the one that worked

*declare*
/r/ record;
*begin
for* /r/ *in* /*select* * *from* original *order by* num *asc*/ *loop*
*insert into* copia(num) *values*(r.num);
*end loop*;
*end;
*

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2004-07-03 21:56:45 Re: Why this does not work ??
Previous Message Roberto Rezende de Assis 2004-07-03 18:22:36 Why this does not work ??