Subject | UNION and IN operator |
---|---|
Author | Christian Kaufmann |
Post date | 2009-01-19T12:57:15Z |
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
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