Skip to content
Snippets Groups Projects
Commit a497c218 authored by Sven-Ove Hänsel's avatar Sven-Ove Hänsel
Browse files

query for checking known nodes

parent e334c337
No related branches found
No related tags found
No related merge requests found
//WITH [5,650,10130004,34076729,34076729,44486496] AS list
WITH [5, 650, 10130004, 34076729, 34076729, 44486496] AS originalList
UNWIND originalList AS x
WITH x - 1 AS idValue
WITH collect(idValue) AS adjustedList
MATCH (n)
WHERE id(n) IN adjustedList
RETURN n
LIMIT 10
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment