Is there a way to select data where any one of multiple conditions occur on the same field?
Example: I would typically write a statement such as:
select
OR:
SELECT foo FROM bar WHERE baz BETWEEN 1 AND 3