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.
pub fn left_outer_join_using<'a, Table>(
table: Table,
columns: impl ToSQL<'a, PostgresValue<'a>>,
) -> SQL<'a, PostgresValue<'a>>where
Table: PostgresTable<'a>,Creates a LEFT OUTER JOIN … USING clause.