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.

martin_hallida1
Node
since ‎11-01-2019
‎06-01-2022

User Statistics

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

User Activity

This is my query: WITH [ {id: 1, name: "Gold"}, {id: 2, name: "Banking"}, {id: 3, name: "Canada"}, {id: 4, name: "T.BMO", parentId: 2}, {id: 5, name: "Opinion"}, {id: 6, name: "BC", parentId: 3} ] AS tags FOREACH (tag in tags | CREATE (t:Tag...
I am brand new to Cypher and just learning. The query below works and creates the records I want, but it seems unnecessary to repeat all of the properties in the CREATE statement: WITH [ {id: 1, name: "Gold"}, {id: 2, name: "Banking"}, {id: 3, na...
Kudos from
Kudos given to