Hi
I have a node class with student_name and class_name as attributes. How can I frame a query to find how many students belong to each class?
Thank you.
Thank you so much for your help. But in my case both student_name and student_class are attributes of one node and so, there is no relationship (as you mentioned in your solution) for my node. Each student has (id, name, class) and I want to find how...