pub fn left_join<'a, Table>(
table: Table,
condition: impl ToPostgresSQL<'a>,
) -> PostgresSQL<'a>where
Table: PostgresTable<'a>,Expand description
Helper function to create a LEFT JOIN clause using table generic
pub fn left_join<'a, Table>(
table: Table,
condition: impl ToPostgresSQL<'a>,
) -> PostgresSQL<'a>where
Table: PostgresTable<'a>,Helper function to create a LEFT JOIN clause using table generic