Skip to main content

union_all

Function union_all 

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

UNION ALL <select-core> — rows of either, duplicates kept.

The only compound operator SQLite offers ALL on.