cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

gpadvorac
Node
since ‎11-07-2022
‎11-20-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I'm totally new to neo4j and an wondering if it has the concept of a schima.  I've used TigerGraph where you model out the schema with node and edge types.  Its a little bit like creating a schema in relational database that maps everything out ahead...
This is my query: match(n:PLAYER) RETURN player.name   And this is the error: Variable `player` not defined (line 1, column 24 (offset: 23)) "match(n:PLAYER) RETURN player.name"   and this is an example of a PLAYER node: { "identity": 0, "labe...