vesoft-inc / nebula

A distributed, fast open-source graph database featuring horizontal scalability and high availability
https://nebula-graph.io
Apache License 2.0
10.83k stars 1.2k forks source link

创建没有属性的edge,在update时 set 应该怎么写? #5923

Closed CyanMystery closed 3 months ago

CyanMystery commented 3 months ago

比如 我创建一个edge :CREATE EDGE IF NOT EXISTS no_property(); 我现在要更新:upsert edge on no_property {src} -> {dst} set .. 这个set又是必须 那怎么写