请问怎么添加新的标签,比如teacher,student标签,都新增一个person标签,cypher可以做到吗?在线等
如下:
match (n {id:desired-id}) set n :newLabel return n