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