根据某一个点查询这个点拥有的边类型如何查呢
match (v)-[e]-(v2) where id(v) == 101 return collect(distinct type(e))
3 个赞
学习了。
此话题已在最后回复的 30 天后被自动关闭。不再允许新回复。
match (v)-[e]-(v2) where id(v) == 101 return collect(distinct type(e))
学习了。
此话题已在最后回复的 30 天后被自动关闭。不再允许新回复。