Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created October 19, 2021 11:45
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 Hkazanci93/a3f61ec5c98b0ea00bb2f6496dce5842 to your computer and use it in GitHub Desktop.
Save Hkazanci93/a3f61ec5c98b0ea00bb2f6496dce5842 to your computer and use it in GitHub Desktop.
Nodes
"""WITH $ids as ids MATCH (e:entity) where (e.id in ids) RETURN DISTINCT e.id,e.name,max(e.rank)"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment