pub fn intersect<'a, Value, L, R>(left: L, right: R) -> SQL<'a, Value>where Value: SQLParam, L: ToSQL<'a, Value>, R: ToSQL<'a, Value>,
Helper function to create an INTERSECT statement