How do I apply a WHERE statement after a UNION in SQL/MySQL?
select column1..... from table1 where column1='' union select column1..... from table2 where column1= ''