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.

vsaran
Neo4j
Neo4j
since ‎09-07-2018
‎06-01-2022

User Statistics

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

User Activity

I need to normalize the math scores that are stored as a property on the node and then update the same property with a normalized value. I have tried this: MATCH (r:MathScore) WITH COLLECT(r.score) as myScores UNWIND myScores as x WITH myScores, min(...
Reading a "Learning Neo4j" book from Packt publications. Found a query: match (p:Person)-[b:BOUGHT]->(prod1:Product)-[:MADE_BY]->(br:Brand)<- [MADE_BY]-(prod2:Product) with p, br, prod2, count(prod1) as NrOfBrandProducts where not(p-[:BOUGHT]->prod2)...
Hi, I read an article on Northwind database: Neo4j Graph Database Platform Neo4j Data Import: Moving Data from RDBMS to Graph Learn the various ways to export data from your relational database and import it into Neo4j –...
Kudos given to