ToLower

circle-info

The ToULower() function converts text to lowercase.

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

circle-check

Syntax

chevron-rightToLower(text)hashtag

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

ToLower(1234) => Invalid expresssion

Parameters

Name
Type
Required
Description

text

text

☑️

a text

Last updated

Was this helpful?