Hello,
I have a query which needs to return thousands rows from
a multiple union sql statements, like the following:
select col1, col2, col3 from table1 where ...
union
select col1, col2, col3 from table2 where ...
union
select col1, col2, col3 from table3 where ...
The three tables have the...
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.