How do you want to combine the queries? The two conditions contradict so you can't get data that satisfies both conitions.
I understand that the two conditions contradict each other. My goal is to get the output so it looks like this.
Therefore output will have three columns
C_INCIDENT_TYPE | COUNT (From first Query | COUNT (from Second Query |
| | |
Would I use a join to run the query? Just asking?
Thank You!