How to implement a gremlin statement that connects two points to the same point? #3143
Unanswered
homealim2012
asked this question in
Q&A
Replies: 1 comment
-
对于match (v1: t1{name:'n1'}) - [] -> (v), (v2: t1{name:'n2'}) - [] -> (v) return v limit 5 可以写成 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example,openCypher "match (v1) - [] -> (v), (v2) - [] -> (v) return v " represents two points are connected to the same point.
Beta Was this translation helpful? Give feedback.
All reactions