Chris Nizzardini, Salt Lake City Utah, Web Developer Specializing in LAMP+Ajax Since 2006

My Blog

Here is my awesome blog. You can find information on programming, linux, documentation, tips for code and database optimization, my thoughts and rants, and whatever else I feel like sharing. Feel free to contribute to the blog by posting comments and asking questions.
SQL

MySQL Union

(SELECT invoice
FROM orders
WHERE date=NOW())
UNION
(SELECT invoice
FROM other_orders
WHERE date=NOW())
ORDER BY date

No related posts.

Leave a Reply