tugraph-db icon indicating copy to clipboard operation
tugraph-db copied to clipboard

i need to change vertex label

Open zhuyuemings opened this issue 10 months ago • 2 comments

I need to change vertex label, but it is returned:

CypherException: Function not implemented yet: visitOC_RemoveItem at :415

It is supported in neo4j:

MATCH (n) where id(n)=10 set n:scene remove n:app return n

zhuyuemings avatar Apr 19 '24 09:04 zhuyuemings