v.25.2Bug Fix
Function TRIM Now Handles Computed Empty Trim Characters Correctly
FunctionTRIMwith computed empty trim characters are now correctly handled. Example:SELECT TRIM(LEADING concat('') FROM 'foo')(Issue #69922). #75399 (Manish Gill).
FunctionTRIMwith computed empty trim characters are now correctly handled. Example:SELECT TRIM(LEADING concat('') FROM 'foo')(Issue #69922). #75399 (Manish Gill).