pub fn inner_join<'a, Table>(
table: Table,
condition: impl ToSQL<'a, PostgresValue<'a>>,
) -> PostgresSQL<'a>where
Table: PostgresTable<'a>,Expand description
Helper function to create an INNER JOIN clause
pub fn inner_join<'a, Table>(
table: Table,
condition: impl ToSQL<'a, PostgresValue<'a>>,
) -> PostgresSQL<'a>where
Table: PostgresTable<'a>,Helper function to create an INNER JOIN clause