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.

enter image description here

updating nodes of other label working fine. replaced graph.db older version still problem not solved.


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -