As title.
i have seen this, people all saying that we should consider union all first for the performance, my question is which one should i use when i want to eliminate duplicate records. i have seen that developer use union all to search the records first and then filter the duplicate records by Java in the source of our project, is that necessary?? Does the union will be the better choice for this case??
Thanks!