Skip to main content

right_join

Function right_join 

Source
pub fn right_join(table: impl IntoExpr) -> JoinChain
Expand description

RIGHT JOIN <table> — SQLite 3.39 and later.

Included after checking: SQLite gained right and full outer joins in 3.39 (2022), and the linked-in engine accepts both. An older SQLite will not.