Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support insert data at runtime #3146

Open
nevermore3 opened this issue Oct 19, 2021 · 0 comments
Open

Support insert data at runtime #3146

nevermore3 opened this issue Oct 19, 2021 · 0 comments
Labels
community Source: who proposed the issue type/feature req Type: feature request

Comments

@nevermore3
Copy link
Contributor

nevermore3 commented Oct 19, 2021

discuss
https://discuss.nebula-graph.com.cn/t/topic/6156

for example :

GO 2 STEPS FROM "a" over * YIELD  src(edge) AS src,  dst(edge) AS dst |
INSERT EDGE  newEdge() VALUES  $-.src->$-.dst:()

OR

GO 2 STEPS FROM "a" over * YIELD  dst(edge) AS dst |
INSERT EDGE  newEdge() VALUES  "b"->$-.dst:()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Source: who proposed the issue type/feature req Type: feature request
Projects
None yet
Development

No branches or pull requests

2 participants