Acceder a registros de los campos sin saber nombre
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
FOR I IN EXECUTE 'SELECT ARRAY['||cols_to_select||'] as AR FROM tabl' LOOP FOR j IN 1..array_upper(I.ar,1) LOOP RAISE NOTICE '%', I.AR[j]; END LOOP; END LOOP;