Hello experts,
I have a table as shown below
Q_ID DeptID EmployeeName City
100 100 testest abcd
100 101 tata cdd
with 100K records. I need a query which should fetch all records with same Q_ID but different DEPTID.
Please help.
Thanks