(SELECT invoice FROM orders WHERE date=NOW()) UNION (SELECT invoice FROM other_orders WHERE date=NOW()) ORDER BY date
No related posts.
(SELECT invoice FROM orders WHERE date=NOW()) UNION (SELECT invoice FROM other_orders WHERE date=NOW()) ORDER BY date
No related posts.