SyntaxFix
Write A Post
Hire A Developer
Questions
You could try something like this:
SELECT ... FROM ( SELECT f1,f2,f3 FROM table1 UNION SELECT f1,f2,f3 FROM table2 ) WHERE ...