Skip to main content

except_

Function except_ 

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

Create an EXCEPT (rows in left but not right) of two SELECT queries.

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