Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
ma_code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sven-Ove Hänsel
ma_code
Commits
a497c218
Commit
a497c218
authored
2 months ago
by
Sven-Ove Hänsel
Browse files
Options
Downloads
Patches
Plain Diff
query for checking known nodes
parent
e334c337
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
cypher_check_queries.txt
+10
-0
10 additions, 0 deletions
cypher_check_queries.txt
with
10 additions
and
0 deletions
cypher_check_queries.txt
0 → 100644
+
10
−
0
View file @
a497c218
//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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment