Running community edition 4.3.2 on Ubuntu 20.04
Hi all,
I have the following question:
How can I duplicate a node, in a new node with another name, but maintaining all the properties?
Or, in orhet word, how can I duplicate the name changing the name of the node?
Example:
MATCH (p:Person)
CREATE (n:Node)
SET n = {p}