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.

bbush
Node

In the (6) Creating Data section of the "Introduction to Neo4j" course, there appears to be a typo in the following Cypher query where a rouge backtick is present after the CREATE clause. There also appears to be an extra space before the Batman Begins string.

CREATE` (m:Movie:Action {title: ' Batman Begins'})
RETURN m.title