Pooja Chowdhury

Pooja Chowdhury

  • NA
  • 396
  • 37.3k

count values using sql query

Aug 2 2017 6:48 AM
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


 
 

Answers (2)