t: Monday, January 08, 2007 10:13 AM
> To: Jerry Schwartz; 'VenuGopal Papasani'; 'ViSolve DB Team'
> Cc: mysql@lists.mysql.com; 'bharath kumar'
> Subject: Re: How to access an array variables in a single query
>
> If this is in PHP, just use implode to creat
a good way to rewrite
it.
Regards,
Jerry Schwartz
Global Information Incorporated
195 Farmington Ave.
Farmington, CT 06032
860.674.8796 / FAX: 860.674.8341
-Original Message-
From: VenuGopal Papasani [mailto:[EMAIL PROTECTED]
Sent: Saturday, January 06, 2007 4:22 AM
To: ViSolve DB Team
.674.8341
> -Original Message-
> From: VenuGopal Papasani [mailto:[EMAIL PROTECTED]
> Sent: Saturday, January 06, 2007 4:22 AM
> To: ViSolve DB Team
> Cc: mysql@lists.mysql.com; bharath kumar
> Subject: Re: How to access an array variables in a single query
>
> bu
In the last episode (Jan 06), VenuGopal Papasani said:
> On 1/6/07, ViSolve DB Team <[EMAIL PROTECTED]> wrote:
> >> I have got an array variable say a[]={"i1","i2",i3""} now i need
> >> to get the values from the database that matches i1,i2,i3 for
> >> example
> >>
> >> select * from tablename wh
;VenuGopal Papasani" <[EMAIL PROTECTED]>
To: "ViSolve DB Team" <[EMAIL PROTECTED]>
Cc: ; "bharath kumar" <[EMAIL PROTECTED]>
Sent: Saturday, January 06, 2007 2:52 PM
Subject: Re: How to access an array variables in a single query
but that is not static
7;i2','i3');
Thanks
ViSolve DB Team.
- Original Message -
From: "VenuGopal Papasani" <[EMAIL PROTECTED]>
To:
Cc: "bharath kumar" <[EMAIL PROTECTED]>
Sent: Saturday, January 06, 2007 2:07 PM
Subject: How to access an array variables in a single qu
TED]>
Sent: Saturday, January 06, 2007 2:07 PM
Subject: How to access an array variables in a single query
Dear all,
I have got an array variable say a[]={"i1","i2",i3""} now i need to get
the values from the database that matches i1,i2,i3 for example
Dear all,
I have got an array variable say a[]={"i1","i2",i3""} now i need to get
the values from the database that matches i1,i2,i3 for example
select * from tablename where i1=a[1] and
simillaryly to a[2] and a[3] but my list is too big one more option i can
write it