Skip to main content

substring_with_length

Function substring_with_length 

Source
pub fn substring_with_length(
    field: impl AsRef<str>,
    start: impl FieldValue,
    length: impl FieldValue,
) -> TextProjectionExpr
Expand description

Build SUBSTRING(field, start, length).