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.

jasminfajkic
Node
since ‎12-28-2018
‎06-01-2022

User Statistics

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

User Activity

Hello community. I have this query: MATCH(o:Order {pickupDate:$pickupDate,status:$status}) MATCH (o)-[r:CONTAINS_ITEM]->(oi:OrderItem) OPTIONAL MATCH (oi)<-[pck:PICKED]-(po:PreparedOrder)<-[:PREPARED_AS]-(o) OPTIONAL MATCH (oi)-[:ALTERNATIVE]->(oia:O...
Hello ... how to save data like this in neo4j CREATE(o:Order) SET o.value="{"landingPage":"langingPage"}" return o it gives me always error
Kudos given to