LOWER
Description
LOWER takes a text and turns each letter into the lowercase version of itself.
Example
LOWER('Hello World')will result in "hello world".
Last updated
Was this helpful?
LOWER takes a text and turns each letter into the lowercase version of itself.
LOWER('Hello World')will result in "hello world".
Last updated
Was this helpful?