Hi
my cypher query is -"RETURN apoc.coll.remove([1,3,5,7,9], 1, 2) AS output"
I am getting error org.springframework.dao.InvalidDataAccessResourceUsageException: Unknown function 'apoc.coll.remove'
help!
Hi
my cypher query is -"RETURN apoc.coll.remove([1,3,5,7,9], 1, 2) AS output"
I am getting error org.springframework.dao.InvalidDataAccessResourceUsageException: Unknown function 'apoc.coll.remove'
help!
Hi, @rdkolhe !
Did you add dbms.security.procedures.unrestricted=apoc.*
in the security section in your neo4.conf file? With this you enable usage of APOC in your system.