cypher - Unable to set property to a node in Neo4j -
i'm trying set property node in neo4j below.
match (n:person) n.first_name = "test_user" set n.last_name = "user_test" return n limit 25 and im getting org.neo4j.kernel.api.exceptions.transactionfailureexception: error in browser.
updating nodes of other label working fine. replaced graph.db older version still problem not solved.

Comments
Post a Comment