ToLower

The ToULower() function converts text to lowercase.

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

Returns a copy of text converted to lowercase.

Syntax

ToLower(text)

ToLower("NEW YORK") => "new york"

ToLower(1234) => Invalid expresssion

Parameters

NameTypeRequiredDescription

text

text

a text

Last updated