Ive got a problem with a MySQL query.
Let\'s say, we have two tables:
1......1
2......1
3......1
4......3
You can use UNION DISTINCT. Maybe it runs...
SELECT * FROM t1 WHERE ... UNION DISTINCT SELECT * FROM t2 WHERE ...