right_join

Function right_join 

Source
pub fn right_join<'a, Table>(
    table: Table,
    condition: impl ToPostgresSQL<'a>,
) -> PostgresSQL<'a>
where Table: PostgresTable<'a>,
Expand description

Helper function to create a RIGHT JOIN clause using table generic