pub fn target_table(table: impl IntoExpr) -> TableChain<TargetSlot>Expand description
The statement’s target table: what an UPDATE writes to, what a DELETE
removes from.
pub fn target_table(table: impl IntoExpr) -> TableChain<TargetSlot>The statement’s target table: what an UPDATE writes to, what a DELETE
removes from.