Hi
MY table contains
empid empname mgrid mgrname Department
1 suneetha 2 Rama MTS
2 Rama 5 Venkat PM
3 Kiran NULL NULL GPM
4 Hema 2 Rama NULL
5 Venkat 3 Kiran SPM
NULL NULL NULL NULL MTS
i want to find number of employees under GPM
count the number of emp under GPM list that emp with mgrid
Thank you