Re: [PHP] Help with where clause

2003-12-16 Thread Tom Rogers
Hi, Tuesday, December 16, 2003, 6:30:22 PM, you wrote: RK> I need to know how I can do a where clause in a select statement for mysql RK> where RK> one of the fields can have two solutions. In the example below RK> field3 needs to equal all with a and also all with b. Can this be done and RK> if s

Re: [PHP] Help with where clause

2003-12-16 Thread Terence
You should direct such queries to the MySQL mailing list as this is a PHP list. [EMAIL PROTECTED] or try their website: www.mysql.com Your answer however is here: http://www.mysql.com/doc/en/SELECT.html - Original Message - From: "Richard Kurth" <[EMAIL PROTECTED]> To: <[EMAIL PROTEC