I have to get the count for the below JSON key value pair. Could any one please suggest the query to get those count.
Sample data as below , here i has to get the count of grade to know how many students having grade as pass.
Students { Name :"Abd", Age:"13",Grade :"Pass"}
↧