Skip to content

Instantly share code, notes, and snippets.

@vladbatushkov
Last active May 2, 2019 16:54
Show Gist options
  • Save vladbatushkov/8304f25e595cc8256e4f893215d30ac3 to your computer and use it in GitHub Desktop.
Save vladbatushkov/8304f25e595cc8256e4f893215d30ac3 to your computer and use it in GitHub Desktop.
Masterpieces.
MATCH (a:Artwork)
WHERE a.name = 'The Last Supper' OR a.name = 'Mona Lisa'
SET a:Masterpiece
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment