Skip to main content

except

Function except 

Source
pub fn except<Q: HasCompounds>(query: impl IntoExpr) -> impl Mod<Q>
Expand description

EXCEPT <select-core> — rows of this query that are not in the other. There is no EXCEPT ALL.