Last updated 10 days 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 documentation.
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