Is there any generic command or syntax in SQL to allow one to have multiple values in a where statement without using OR? Or just gets tedious when you have many values to choose from and you only want say half of them. I want to return only columns that contain certain values. I am using Cache SQL, but as I said, a generic syntax might be helpful as well because most people are unfamiliar with Cache SQL. Thanks!
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
I believe you are looking for the
|
|||
|
|
in....... – Mr. Alien Oct 26 '12 at 19:39