The question is just as the title, and the cypher statement is just like 
the follow:
Match (n: test) CREATE (copy : LABELS(n)) set copy = n
Its purpose is to create a node with the same properties and same labels as 
the other node, but it doesn't work now because we can't use a expression 
like "LABELS(n)" to set lobel to a node. 
How can I make it work?

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to