Re: [SQL] How access to array component

2003-07-22 Thread Cristian Cappo A.
Thanks Joe.. -- On 21 Jul 2003 at 22:09, Joe Conway wrote: > Cristian Cappo A. wrote: > > Tried, but... > > >> select (foo(10::int2,20::int2))[1]; > > >> ERROR: parser: parse error at or near "[" at character 32 > > > > I'm u

Re: [SQL] How access to array component

2003-07-21 Thread Cristian Cappo A.
Joe Tried, but... >> select (foo(10::int2,20::int2))[1]; >> ERROR: parser: parse error at or near "[" at character 32 I'm using the version 7.3.3 Thanks.. --- > Cristian Cappo wrote: > > >>> select __function(10::int2, 20::int2)[1] > > ^^^ parsing error. > > > >