i have a node like this: (:a{name:'',lname:'',listNumb:[1,3,9]}) i want to select when 1 is in the array
this is what itried to do
match (:a ) where a.listNumb=1 return a ; or match (:a {listNumb=1})
i have a node like this: (:a{name:'',lname:'',listNumb:[1,3,9]}) i want to select when 1 is in the array
this is what itried to do
match (:a ) where a.listNumb=1 return a ; or match (:a {listNumb=1})