Hi,

When doing a select  of the form

SELECT blah FROM blah WHERE blah=blah AND blah=blah;

is there any way of doing it with an OR ie;-

SELECT blah FROM blah WHERE blah=blah OR blah=blah;

or any other way in which I could do something similar?

thanks in advance
lee




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to