TRIM for lists
RETURN TRIM([1, 2, 3], 1) AS trimmed;This two-argument list form is distinct from string TRIM. List construction and FOR expansion are executable, but list trimming is not.
See supported features for executable alternatives.
RETURN TRIM([1, 2, 3], 1) AS trimmed;This two-argument list form is distinct from string TRIM. List construction and FOR expansion are executable, but list trimming is not.
See supported features for executable alternatives.