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.

kumar_ais
Node
since ‎11-01-2021
‎06-01-2022

User Statistics

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

User Activity

I want to run the below query for numbers 1 through 14 i.e quantity1 to quantity14 - LOAD CSV WITH HEADERS FROM '<path>' AS row WITH row WHERE row.quantity1 IS NOT NULL MATCH (m:main {main_id: row.main}) MERGE (q:quantity {quantity : row.quantity1}...
Kudos from