Assuming we have 4 boolean fields a,b,c,d
How can we return any of the fields that are true, but not nothing when all 4 are true?
where a=true or b=true or c=true or d=true
will return a row where even all 4 fields are set tot true. How can I exclude this row from the query?
Same would apply if searched value is false