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.

narasimha_pps
Node
since ‎06-08-2020
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi I am trying to create dynamic cypher as string , but facing issue with "<-,<=" . WITH "MATCH(n)<--(c) WHERE n.age <= 20 return n" AS dynamicCypher RETURN dynamicCypher OUTPUT: "MATCH(n) Please help me to get output as "MATCH(n)<--(c) WHERE n.age <...