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.

sethia_arun
Node Link
since ‎09-21-2020
‎06-01-2022

User Statistics

  • 11 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

Hi, I am trying to run following cypher via Neo4j browser CREATE CONSTRAINT test_id IF NOT EXISTS ON (n:Test) ASSERT n.id IS UNIQUE it is giving following error Invalid input 'I': expected whitespace, comment or ON (line 1, column 27 (offset: 26)) "C...
Hi, I have data in following format Account Employee# Service Provider ABC X1 M1 ABC X2 XYZ X1 XYZ X2 M1 XYZ X3 I could able to come out with following attached model....
Hi, I have defined a User-defined procedures (similar to https://neo4j.com/docs/java-reference/current/extending-neo4j/procedures-and-functions/procedures/) and it returns object with String and Int with multiple rows. I am able to execute the same f...
Hi, I am using neo4j-community-4.0.4 with apoc-4.0.0.18-all plugin. When I am trying to register a custom procedure CALL apoc.custom.asProcedure('answer','RETURN 42 as answer') the system is throwing following error: Failed to invoke procedure apoc.c...
Kudos from