Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elisedeux/9e9100fc25872ed3a51f0d53287c0d64 to your computer and use it in GitHub Desktop.
Save elisedeux/9e9100fc25872ed3a51f0d53287c0d64 to your computer and use it in GitHub Desktop.
MATCH (b:BANK_ACCOUNT)-[e:HAS_TRANSFERED]->(a)
WHERE id(a) = {{"Bank":node:"BANK_ACCOUNT"}} and e.amount > {{"Amount":number:{"min":0}}} and e.date >= {{"Start date":date:"iso"}} and e.date < {{"End date":date:"iso"}}
return a, e, b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment