Re: comop programar con arrays

From: Álvaro Hernández Tortosa <aht(at)Nosys(dot)es>
To: Juan <smalltalker(dot)marcelo(at)gmail(dot)com>
Cc: Ayuda <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: comop programar con arrays
Date: 2011-06-22 17:32:06
Message-ID: 20110622173206.GP12026@nosys.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Wed, Jun 22, 2011 at 02:25:17PM -0300, Juan escribió:

>Alvaro
>
>No encuentro algo del tipo
>
>Declare integer pepe[100]
>/* intento de declarar un array de 100 enteros */
>

Al revés:

pepe int[100]

Saludos,

Álvaro

--

Álvaro Hernández Tortosa

-----------
NOSYS
Networked Open SYStems

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Juan 2011-06-22 17:34:05 Re: comop programar con arrays
Previous Message Juan 2011-06-22 17:25:17 Re: comop programar con arrays