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.

rubenluengas
Node
since ‎07-15-2019
‎06-01-2022

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Trying to create a node with "special character fails". Is there any way to create node with names with hyphens? Any way to scape the "-" ? CREATE (bears-a:TEAM {val:"black"})
I have a "model" with players, teams and stadiums Players below=> teams players play in =>stadiums I have some players that do not below to any teams. Example: John is a player of the TEAM A, and play in "central stadium" Mike is a player that play i...