(SELECT invoice FROM orders WHERE date=NOW()) UNION (SELECT invoice FROM other_orders WHERE date=NOW()) ORDER BY date
Archive for January, 2008
MySQL Union
Posted by chris on January 22nd, 2008
Comments(0)
In SQL ()
(SELECT invoice FROM orders WHERE date=NOW()) UNION (SELECT invoice FROM other_orders WHERE date=NOW()) ORDER BY date