Last updated 2 years ago
Was this helpful?
The ToULower() function converts text to lowercase.
ToULower()
This function is NOT SQL compatible. For more information about SQL compatibility, see our .
Returns a copy of text converted to lowercase.
text
ToLower(
)
ToLower("NEW YORK") => "new york"
ToLower("NEW YORK")
ToLower(1234) => Invalid expresssion
ToLower(1234)
a text