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...
lju:
return duration.inDays(date("2012-04-04"), date("2011-04-05")).days
Hi ljubica.lazarevic
Thanks so much ! With a bit of tweaking I got my Cypher working with your help - very happy!
Kind regards