In the hosted neo4j (through Heroku) I get an error when running:

START a = node(10) RETURN a
==> `<' expected but `n' found

But it works when I run:

START a = (10) RETURN a

According to the documentation the first one should work.

Could someone explain why I get the error?

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/START-a-node-10-vs-START-a-10-tp3497036p3497036.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to