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.

itstudes
Node
since ‎11-05-2019
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have a lot of relationships and nodes that I need to add to a Neo4j database with a create function. The function first creates a lot of nodes by parsing parameters and basically using this query: UNWIND $props AS map CREATE (n) SET n = map SET n:L...