Skip to content
Advertisement

Compare results of two selects statements

How can i compare the results of two select statements in TSQL (2014)?

my both queries:

Results of Query 1:

Results of Query 2:

The main problem behind, the results of both queries can be different. Based on example above: CallDisposition 6 and 26 are missing in Query 1. CallDispoition 55 is missing in Query 2 Note: CallDispoition values 0-100 can be expected, maybe that helps?!

The expected result should look like that:

Advertisement

Answer

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