Skip to content
Advertisement

How to merge more than two select queries to single result set in oracle

I need to merge the result set of four queries into single result output.

Example:

I need the output in the below format

Advertisement

Answer

One option would be applying Conditional Aggregation during joining of the tables :

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement