I tried to fetch 10 random and non-isolated nodes in the Nebula Graph database. According to their docs the query should be MATCH (n:tag)-[e]-() RETURN n LIMIT 10
. But it fails to work.
The screenshots of running the query is as follows:
What is wrong with my query? Such a simple query should not be wrong.