Re: select statements

2002-09-06 Thread Jed Verity
ge - > From: "Jed Verity" <[EMAIL PROTECTED]> > To: "julian haffegee" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Friday, September 06, 2002 3:42 AM > Subject: Re: select statements > > >> Hello, Jules, >> >> Yo

Re: select statements

2002-09-06 Thread julian haffegee
such phrases seem pretty useless! Thanks for your time Jules - Original Message - From: "Jed Verity" <[EMAIL PROTECTED]> To: "julian haffegee" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, September 06, 2002 3:42 AM Subject: Re: select stat

Re: select statements

2002-09-05 Thread Jed Verity
Hello, Jules, You can use the "value in (a,b,c)" format. If necessary, implode your array and do something like this: SELECT emailAddress FROM subscribers_html WHERE mailingGroup value in ($toText); Check the documentation, if necessary, for usage of implode and "value in". HTH! Jed On the th