tugraph-db
tugraph-db copied to clipboard
i need to change vertex label
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