Skip to content

Instantly share code, notes, and snippets.

@vladbatushkov
Created May 2, 2019 16:50
Show Gist options
  • Save vladbatushkov/ac51f577c7a6f11e839ca7d5e15ccdd9 to your computer and use it in GitHub Desktop.
Save vladbatushkov/ac51f577c7a6f11e839ca7d5e15ccdd9 to your computer and use it in GitHub Desktop.
Update with dates of birth and death.
MATCH (g:Genius)
SET g.dateOfBirth = date({ year: 1452, month: 4, day: 15 }), g.dateOfDeath = date({ year: 1519, month: 5, day: 2 })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment