Instance Method
intersect(all:)
Add a query to the union in
INTERSECT ALL mode (only results that come from both queries are returned, with duplicates preserved).func intersect(all query: SQLSelect) -> Self