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.

cezarykac
Node Link
since ‎02-05-2019
‎06-01-2022

User Statistics

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

User Activity

Hi, I would like to concatenate attributes like RETURN a.x + ',' + a.y The problem is when y doesn't exist it returns null: a.x + ',' + null - returns null instead of a.x Any idea why it works this way and how to correctly concat attributes ? Regards...
Hi, I added trigger: CALL apoc.trigger.add('updateprop','UNWIND {assignedNodeProperties} AS prop with prop.node as n SET n.tsupd = timestamp()', {phase:'before'}); then I did some changes But trigger does nothing Is it ok ? I wanted to add/update p...
Hi, I would like to add to every node/relationship a property like last_update_date=timestamp() And I want this property to be auto updated. So I need something db triggers/ I saw APOC has similar procedures. I registered triggers for creating nodes/...
Hi, I have: NEO4j - 3.4.14 APOC - 3.4.0.7 I see many APOC proc/fun installed but many not. For example. There are missing many from apoc.coll.* like sortNodes Someone knows what happened ? Regards, Cezary
Hi, Simple questions NEO 3.4.14 What is difference between: 1. MATCH a OPTIONAL MATCH a->b OPTIONAL MATCH b->c OPTIONAL MATCH b->d RETURN a,b,c,d MATCH a OPTIONAL MATCH a->b, b->c, b->d RETURN a,b,c,d I see difference in result in case a->d returns...
Kudos from
Kudos given to