Hello, i need to make a complex query with filter like this : "SELECT field1, field2, ... FROM table WHERE (field1 = value AND field2 > value) OR field3 < value. In other terms i want to put parentheses around a "wher" condition Actually i succeeded to do only simple request without parenthesis, do you have any solution for this ? Thanks by advance