Method to return an expression for whether the specified expression is contained in this subquery.
Uses IN operator.
Parameters: expr - The expression that is being contained BooleanExpression for the contains(expr)
Method to convert the subquery statement into "expr IN ({subquery})"
Parameters: expr - The expression that is being contained BooleanExpression for the IN