MySQL 3.23.53

I have a table T1 and want to do something like

SELECT * FROM T1 WHERE A = 1 AND xxx...
UNION
SELECT * FROM T1 WHERE A = 2 AND yyy...

Don't read to much in the WHERE clause, this is just for question
purpose. Also I know that UNION is available in MySQL 4.x but need to
have the REPLACEMENT of it in 3.23.x

I tried manual but.

--
Thanx

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to