Skip to main content

set_col

Function set_col 

Source
pub fn set_col(column: impl IntoIdent) -> SetChain
Expand description

Assign to a column. set_col(("t", "a")) qualifies it, which UPDATE forbids but an upsert’s DO UPDATE permits.