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.
pub fn union_all<Q: HasCompounds>(query: impl IntoExpr) -> impl Mod<Q>UNION ALL <select-core> — rows of either, duplicates kept.
The only compound operator SQLite offers ALL on.