pub fn right_outer_join_using<'a, Table>(
table: Table,
columns: impl ToSQL<'a, PostgresValue<'a>>,
) -> PostgresSQL<'a>where
Table: PostgresTable<'a>,pub fn right_outer_join_using<'a, Table>(
table: Table,
columns: impl ToSQL<'a, PostgresValue<'a>>,
) -> PostgresSQL<'a>where
Table: PostgresTable<'a>,