Muhammad Muneeb Ur Rehman
Results
1
issues of
Muhammad Muneeb Ur Rehman
**Current Syntax:** ``` SELECT * FROM cypher('graph_name', $$ CREATE (:Person {name: 'Andres', title: 'Developer') $$) as (n agtype); ``` ### '}' is missing **Correct Syntax:** ``` SELECT * FROM cypher('graph_name',...