Skip to content
Advertisement

multiple selection in the where clause

I need to do multiple selection in the where clause

Advertisement

Answer

You need to rewrite the clause using AND logic:

Note the parentheses around this logic are necessary to avoid improper grouping with the logic following the AND.

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement