I have two tables joined on SLA_ID. One called 'CALLS' which contains all call information, and one called 'SLA_LOOKUP' which resolves the SLA_ID into a SLA_NAME. I join the two tables on SLA_ID, and create an outer join as some calls do not have an SLA.
The problem is when I create a query where I use SLA_NAME in the where clause (eg. where sla_name = '20 Days'), not only do I get the results where SLA_NAME = '20 Days', but also return calls with no SLA.
Many Thanks
The problem is when I create a query where I use SLA_NAME in the where clause (eg. where sla_name = '20 Days'), not only do I get the results where SLA_NAME = '20 Days', but also return calls with no SLA.
Many Thanks