SELECT * FROM table WHERE x = x AND y = y OR y = b
does anyone have any links/advice about using OR in sql statements - does the OR only refer to the argument directly before ir (in this case y = y) or does it apply to everything before the OR (in this case x = x AND y = y)
cheers