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.

ncdm-stldr
Node
since ‎01-16-2020
‎06-01-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, For some reason when I execute a Cypher query containing character '{' I get an error. Here is an example of a query I found in the official documentation (link UNWIND [0, 1, 2] AS x CALL { WITH x RETURN max(x) AS xMax } RETURN x, xMax Whic...