1IN condition allows you to easily test
2if an expression matches any value
3in a list of values.
4It is for reducing multiple OR
5conditions in a SELECT, INSERT,
6UPDATE, or DELETE statement.
1IN condition allows you to easily test
2if an expression matches any value in a list of values.
3It is for reducing multiple OR
4conditions in a SELECT, INSERT,
5UPDATE, or DELETE statement.