pub fn full_join_using<'a, Table>(
table: Table,
columns: impl ToSQL<'a, PostgresValue<'a>>,
) -> SQL<'a, PostgresValue<'a>>where
Table: PostgresTable<'a>,Expand description
Creates a FULL JOIN … USING clause.
pub fn full_join_using<'a, Table>(
table: Table,
columns: impl ToSQL<'a, PostgresValue<'a>>,
) -> SQL<'a, PostgresValue<'a>>where
Table: PostgresTable<'a>,Creates a FULL JOIN … USING clause.