Search Postgresql Archives

Re: How to loop through multi-dimentional array in PL/PGSQL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 09/12/16 06:35, VENKTESH GUTTEDAR wrote:
Hello,

    Please help me in accessing multi-dimentional array in postgresql
PL/PGSQL.

    for i in array_lower(product_list, 1) .. array_upper(product_list, 1)
    LOOP
        product_list[i][0];
    END LOOP;

    Is the above code right?

    Or is there any other way to access, i am getting null for
product_list[i][0];

By default, PostgreSQL uses 1-based arrays (i.e. no [0] slot), so maybe that's your problem.

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod@xxxxxx


--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux