Re: necesito ayuda

From: Patricio Muñoz <patricio(dot)munoz(at)cmet(dot)net>
To: "olivia jurado" <valerie_nicole2000(at)yahoo(dot)com>, <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: necesito ayuda
Date: 2004-08-04 20:42:22
Message-ID: 02a301c47a63$8c3a52c0$0500a8c0@ultra.cmet.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

----- Original Message -----
From: "olivia jurado" <valerie_nicole2000(at)yahoo(dot)com>

> DECLARE
> REGISTRO RECORD;
> INC INTEGER;
> BEGIN
> INC:= 0;
> for registro in SELECT * FROM TEMP1 loop
> if found then
> return true;
> end if;
> return false;
> INC:= INC +1;
> END LOOP;
> End;
>
>
> lo hago de esta manera.

Echale una mirada a http://www.postgresql.org/docs/7.4/static/plpgsql.html

In response to

Responses

  • PGDATA2 at 2004-08-04 21:55:32 from Roberto César Najera Núñez

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Roberto César Najera Núñez 2004-08-04 21:55:32 PGDATA2
Previous Message Patricio Muñoz 2004-08-04 20:22:54 Re: temario de administracion de postgres