Instance Method
except(all:)
Add a query to the union in
EXCEPT ALL mode (only results that come from the left query but not the right are returned, with duplicates preserved).func except(all query: SQLSelect) -> Self