Subject UNION and IN operator
Author Christian Kaufmann
Hi,

is it not possible to have something like this:

select * from TABLE1 where TABLE1ID in
(select ID1 from TABLE2 union select ID2 from TABLE2)

cu Christian