Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
How to achieve this in QS chart:
select count(distinct Emp_ID) from T1
where Emp_ID not in(select Emp_ID from T2)and TYPE_LOOKUP_CODE='STANDARD'
Any solution?