Hello Everyone
Match (n: Player) return (distinct(n.Country)) as country.
I have created an index on the Country attribute for the Player label. When i am using the above the cypher statement it scans all the Player.
I wanted to get the distinct Coun...