Hi,
I hav a table as follows
From the above table , I want to select empid with status 1, 2 and 3 i.e., the employee which has all the 3 status. How do i have a query for this? I am using MS SQL 2005.
Thanks in advance.
shinysk21
I hav a table as follows
Code:
Addrd EmpId status 1 1 1 2 1 2 3 1 3 4 2 1 5 2 2
Thanks in advance.
shinysk21
Comment