IN (SQL Server Compact)
SQL Server 2008
Determines whether a given value matches any value in a subquery or a list.
- test_expression
-
Any valid expression in Microsoft SQL Server Compact 3.5.
- subquery
-
A subquery that has a result set of one column. This column must have the same data type as test_expression.
- expression [ ,... n]
-
A list of expressions to test for a match. All expressions must be of the same type as test_expression.