Lower

The Lower function works with text strings. It receives a single text string as input and returns all the characters within it to lowercase. If the provided input is not of string type or if any issues arise during the lowercase converting process, the function will return NULL. This robust error handling ensures a reliable and predictable response even in cases of unexpected input or converting challenges.

Syntax

Lower(text string)

Example

Lower("New York") -> returns "new york"