in reply to Re: Re: Re: Re: Re: Re: Dereference an array reference
in thread Dereference an array reference
the array contains the values of INT4 fields from a database. I need that INT4 field value. I know that ARRAY(XXXXXXX) is a reference. I don't care about the memory location. I want what's in the memory location.
I want a SQL statement that reads "select * from rockstars where name = 'ringo' "
What I am getting is a SQL statement that reads "select * from rockstars where name = ARRAY(XXXXXXX) "
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Re: Re: Re: Dereference an array reference
by suaveant (Parson) on Apr 19, 2001 at 23:02 UTC | |
by fmogavero (Monk) on Apr 19, 2001 at 23:13 UTC | |
by suaveant (Parson) on Apr 19, 2001 at 23:21 UTC | |
by fmogavero (Monk) on Apr 20, 2001 at 00:08 UTC | |
by suaveant (Parson) on Apr 20, 2001 at 00:13 UTC | |
|