Re: AW: Boolean OR does not work as described

2012-01-03 Thread Michael-O
Anna Hunecke schrieb: Hi Mike, I think the problem is grouping. If you have a query A AND B OR C, it will be grouped as A AND (B OR C) and not as you expected as (A AND B) OR C. Just put parentheses in your query and you get the result that you want. Hi Anna, This is it but the documentation

AW: Boolean OR does not work as described

2012-01-03 Thread Anna Hunecke
Hi Mike, I think the problem is grouping. If you have a query A AND B OR C, it will be grouped as A AND (B OR C) and not as you expected as (A AND B) OR C. Just put parentheses in your query and you get the result that you want. Best, Anna -Ursprüngliche Nachricht- Von: 1983-01...@gmx.n