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.

hoseinmorshedy
Node
since ‎06-21-2022
‎10-09-2022

User Statistics

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

User Activity

hi im trying to create node with label words in my database that already exist and wanna add new property(i use constraint method to have unique words name) my query is : merge (n:words{name:"'" , instance:"apostrophe"}) with (n) match (a:PartOfSpeec...
hello im trying to get variables of an array and create node for them so i have a foreachwords.forEach((res, index) => {to get all of the items and then run this query session.run(`MERGE (n:words{name:'${res}'})`) }but i get this error Queries cannot...
hello im trying create node with 1 unique property called name so i try create something like thisCREATE CONSTRAINT ON (n:words) assert n.name is uniqueand after thatcreate (n:words{name:"test"})so my problem is i dont want to be case sensitive i mea...
hello. in my graph we have users that have 2 relation called "favorite" and "seen" with products and product have relation called has with some specification as colors(red blue...) , types(jeans....) and sizes (30...)  so i make some query that when ...
Kudos given to