Skip to main content

natural_right_outer_join

Function natural_right_outer_join 

Source
pub fn natural_right_outer_join<'a, Table>(
    table: Table,
    condition: impl ToSQL<'a, PostgresValue<'a>>,
) -> SQL<'a, PostgresValue<'a>>
where Table: PostgresTable<'a>,
Expand description

Helper function to create a NATURAL RIGHT OUTER JOIN clause