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.

jomarca11
Node
since ‎12-15-2021
‎06-01-2022

User Statistics

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

User Activity

Hi All How can I query this? with subqueries? I'm trying this MATCH (o:Order)-[cont:CONTAINS]->(p:Product)-[r:PART_OF]->(c:Category) where EXISTS { (MATCH (:Supplier)-[:SUPPLIES]->(p))} RETURN p.productName,cont.unitPrice; But I get an error. Kind R...
Hi With this query I'm getting this error MATCH (o:Order)-[cont:CONTAINS]->(p:Product)-[r:PART_OF]->(c:Category) where EXISTS { (MATCH (:Supplier)-[:SUPPLIES]->(p))} RETURN p.productName,cont.unitPrice; Neo.ClientError.Statement.SyntaxError Neo.Clien...
Kudos given to