Hi all
I'd just like to know if it's possible to specify two different values for the same column in a WHERE in MySQL.
For example
...WHERE column1 = 0 OR WHERE column1 = 20
That's what I'm using at the moment but it only returns a result where column1 = 20. I want to return both 0 and 20 of column1.