Hola, No tengo muy claro como definir un array de dos dimensiones
array c
DIM1 DIM2
01 02
11 12
DECLARE
c character varying[][];
BEGIN
c[0][1] := '01';
c[0][2] := '02';
c[1][1] := '11';
c[1][2] := '12';
¿ES CORRECTO?, SI ES CORRECTO , ¿COMO PUEDE DEVOLVERLO COMO table?
Gracias
-
Enviado a la lista de correo pgsql-es-ayuda ([email protected])
Para cambiar tu suscripci�n:
http://www.postgresql.org/mailpref/pgsql-es-ayuda
