johnbuckley
Technical User
How can I create the following view in the view designer?
Select * from table1 where;
field1=aa AND (field2=bb OR field3=cc OR filed4=dd)
Note position of brackets. I can't get it to group the OR s together.
Thanks
Select * from table1 where;
field1=aa AND (field2=bb OR field3=cc OR filed4=dd)
Note position of brackets. I can't get it to group the OR s together.
Thanks