just a query, can the following work for the case
select user_id from tablea where user_id=123 union
(select user_id from tableb where user_id=123) union
(select user_id from tablec where user_id=123)
is performance poor than using full outer join ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.