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.

akshay1
Node
since ‎10-11-2021
‎06-01-2022

User Statistics

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

User Activity

I am trying to add data to the database using the following cypher code: UNWIND [ {location: 'Westmere', resource: {medicine: [{unit: 1}], sustenance: [{unit: 1}], equipment: [{unit: 1}]}}, {location: 'Ponsonby', resource: {medicine: [{unit: ...
I wanted to create relationships between two places after doing unwind. The code looks something like this: // Create a place UNWIND [ {place: 'Westmere'}, {place: 'Ponsonby'}, {place: 'Greylynn'}, {place: 'Eden Terrace'}, {place:...
Kudos from