pub fn right_join(table: impl IntoExpr) -> JoinChainExpand 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.