cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Not able to create a unique nodes

Hello All,
when I run the query then I get the output as per the screenshot but. When I try to create new nodes with the details of these nodes. It creating two nodes with the same details. It is ignoring the node "2016" one.
Match (e:RowName)-[:ASSOCIATED_COLUMN]->(f:Column)-[:ASSOCIATED_COLUMN *1..]->(g:Column)

Query to create the nodes:

create (z:Matrix{
Final_Column_name:g.name
})

0 REPLIES 0