Hi,
Is it possible to make a trigger return a text message?
Something like this:
CALL apoc.trigger.add('deleteNodeMesage',"UNWIND {deletedNodes} as node
MATCH (n:Person)
RETURN 'Hello' ", {phase:'before'});
Any idea?
Thanks in advance!
Hi all,
What are the steps to follow when loading data in a causal cluster with the import tool?
Is it necessary to stop the entire cluster?
Is it possible to stop one of the machines and then to start it, to replicate among the other members of the ...