Returns the input string with all preceding and subsequent whitespace removed.
TRIM(input_string)
input_string
TRIM(" Hello World ")
Result: Hello World
Hello World