How to perform count on a particular column value with multiple match condition with aggregation. How to count EmpId in DeptId 1 and TimeCode 22
Empid DeptId TimeCode
1 1 22
2 1 25
3 1 22
4 2 22
5 1 21
How to perform count on a particular column value with multiple match condition with aggregation. How to count EmpId in DeptId 1 and TimeCode 22
Empid DeptId TimeCode
1 1 22
2 1 25
3 1 22
4 2 22
5 1 21