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.

info6
Node Link
since ‎10-10-2019
‎06-01-2022

User Statistics

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

User Activity

Hi I'm using Windows 10, Chrome, VSCode and Neo4j Desktop 1.2.4. I am trying to debug a web app I'm developing in VSCode using the Debugger for Chrome Extension for VSCode. I am able to start the debugger ok and navigate to the main.html file of my w...
Hi I am trying to get the distinct nodes and relationships from the following Cypher query: MATCH (p:Person {name :'John James Smith'}) CALL apoc.path.expand(p,'former_member|current_member','+team|person',0,3) YIELD path as pp RETURN pp; I have ...
... and it looks & feels great ! Thanks neo4j - I am loving learning and using it! For those who haven't - have a go at getting certified. It is such a powerful tool! Neo4j Graph Database Platform Become a Neo4j Certified...
Hi I am trying to subtract two dates, but am running into what I think are data type issues. When I use the following statement: RETURN apoc.date.convert(endDate - LAST_DATE, "ms", "d") the following error is returned: Neo.ClientError.Statement.Typ...
Hi First time poster here. I'm struggling with the syntax required for apoc.periodic.iterate. I'm using: CALL apoc.periodic.iterate( 'LOAD CSV WITH HEADERS FROM $source_file AS row', 'WITH row.status as Status', 'RETURN Status LIMIT 10', {batchSize:1...
Kudos from