Skip to main content

increment

Function increment 

Source
pub fn increment(n: impl Into<f64>) -> Value
Expand description

Increment a numeric field atomically. Server interprets as: field = COALESCE(field, 0) + n.