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