Skip to main content

replace

Function replace 

Source
pub fn replace(
    field: impl AsRef<str>,
    from: impl Into<InputValue>,
    to: impl Into<InputValue>,
) -> TextProjectionExpr
Expand description

Build REPLACE(field, from, to).