I want to count how many policy was created by agent
table is
| PolicyNo | AgentCode |
| 9087 | 46456 |
| 12345 | 46456 |
| 234234 | 1 |
output should be
| NoPolicy | AgentCode |
| 2 | 46456 |
| 1 | 1 |
| | |
| PolicyNo | AgentCode |
| 9087 | 46456 |
| 12345 | 46456 |
| 234234 | 1 |
| NoPolicy | AgentCode |
| 2 | 46456 |
| 1 | 1 |
| | |
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rafnas T PPosted Aug 2, 2017, 7:20 AM
Pooja ChowdhuryPosted Aug 2, 2017, 6:52 AM