Обсуждение: array ...

Поиск
Список
Период
Сортировка

array ...

От
Loïc TREGOUËT
Дата:
    Hie,

    Is there any possibility to know the number of record in an array
into a table .

Example :

    create table test  (
            id             int4,
            array      int4[]
    );

    How can i know , how many record i have in array ? (PHP , SQL ....)

    Thanks


Re: array ...

От
"Vladimir V. Zolotych"
Дата:
Try to see contrib/array in the distribution.

Loпc TREGOUЛT wrote:

>     Hie,
>
>     Is there any possibility to know the number of record in an array
> into a table .
>
> Example :
>
>     create table test  (
>             id             int4,
>             array      int4[]
>     );
>
>     How can i know , how many record i have in array ? (PHP , SQL ....)
>
>     Thanks