I have a question about performance issue.
select id, .... from table join ... where condition1
union all
select id, .... from table join ... where condition2
order by 1
there should not be any duplicates in the select statements. then the records will be sorted.
procedure:
create procedure...
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.