Skip to main content

left_outer_join_using

Function left_outer_join_using 

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

Creates a LEFT OUTER JOIN … USING clause.