Created
May 2, 2019 16:50
-
-
Save vladbatushkov/ac51f577c7a6f11e839ca7d5e15ccdd9 to your computer and use it in GitHub Desktop.
Update with dates of birth and death.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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