Hello,
I need some help to create a cypher query.
For all different values of property "job", the query shall return the property name and the amount of nodes that have this property value.
Sample data:
CREATE (:Person {age: 20, job: "SW engineer"})
...