Answers for "display all node label neo4j"

SQL
0

display all node label neo4j

MATCH (n) RETURN distinct labels(n)
Posted by: Guest on October-27-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language