Hi everyone,
Is it possible to write an SQL to filter for Field1 = A AND (Field2 OR Field 3) = B?
eg. Select * from TableName where Field1 Like A AND (Field2 Like B OR Field3 Like B)
If this is possible, pleeeease help me with the syntax!
Thanks!
Is it possible to write an SQL to filter for Field1 = A AND (Field2 OR Field 3) = B?
eg. Select * from TableName where Field1 Like A AND (Field2 Like B OR Field3 Like B)
If this is possible, pleeeease help me with the syntax!
Thanks!
Comment