Which of these is better to use in regard to performance? ...in regard to readability / understandability? ...in regard to accepted standards?
SELECT * FROM Wher
I would say the first option involving in:
in
SELECT * FROM Wherever WHERE Greeting IN ('hello', 'hi', 'hey')
It is:
or
More Stuff:
SQL IN Directive Much Faster Than Multiple OR Clauses