Last updated
Was this helpful?
The TRIM function removes leading and trailing spaces from a text string while retaining spaces between words. This function is commonly used to clean and standardize text values.
TRIM(value)value: The text string to trim.
Returns the text string without leading and trailing spaces.
TRIM(" Forecast Report ")Returns Forecast Report.
Last updated
Was this helpful?
Was this helpful?