Skip to main content

except_all

Function except_all 

Source
pub fn except_all(left: SelectBuilder, right: SelectBuilder) -> SetOpBuilder
Expand description

Create an EXCEPT ALL (keep duplicate difference rows) of two SELECT queries.

Returns a SetOpBuilder for optional ORDER BY / LIMIT / OFFSET chaining.