Question
How to exclude recipients with certain values present in a column?
Hi everyone,
I have a features table linked with recipient , feature table contains feature_name column with values (feature1, feature2,feature3) and I wanted to know how to exclude recipients if they have all the three features available. Below is table level representation
recipinet feature_name
recipient1 feature1
recipient1 feature2
recipient1 feature3
Thank you in advance