I run this code to create a node with a label according to http://docs.neo4j.org/chunked/milestone/query-create.html
CREATE (n:Person);
but it says:
SyntaxException:
==>
==> Think we should have better error message here? Help us by sending this query to [email protected].
==>
==> Thank you, the Neo4j Team.
==>
==> "CREATE (n:Person)"
^
and there is a pointer exactly below a "P"