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.

pjr4lph
Node
since ‎02-14-2019
‎06-01-2022

User Statistics

  • 9 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I am trying to create/merge a node conditionally based on whether a variable does not equal the string 'Title'. I think I have 1 conditional node create working for when a variable value equals the string 'Title' but its hard to test without both wor...
Hi, I am trying to query for all nodes of a specific type that do not have a specific property value, is this possible? MATCH (person:People)-[:NAME]->(name:Name) WHERE name.firstName = 'Sixto' IS NULL RETURN person or MATCH (person:People)-[:NAME]...
Hi, currently i have about 30 grandchild (two connections deep from root) nodes that have values that are dates as isostrings and i need to wrap all of them with datetime(). i was thinking of querying for all of them, then re-saving them wrapped in d...