Have you tried using the UNION statement? That worked great for me.

So, something like:

(select * from sometable where f1 = 123)
UNION
(select * from sometable where f2 = 123)

?

-- 

Rudi Benkovic           [EMAIL PROTECTED]


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to