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
> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 16, 2003 4:30 PM Subject: [PHP] Help with where clause I need to know how I can do a where clause in a select statement for mysql where one of the fields can have two solutions. In the example below field3 needs to equal all with a and also a

[PHP] Help with where clause

2003-12-16 Thread Richard Kurth
I need to know how I can do a where clause in a select statement for mysql where one of the fields can have two solutions. In the example below field3 needs to equal all with a and also all with b. Can this be done and if so how. I am stumped on this one. select * from table where field1= '$this'