You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:()
The text was updated successfully, but these errors were encountered:
discuss
https://discuss.nebula-graph.com.cn/t/topic/6156
for example :
The text was updated successfully, but these errors were encountered: