LOWER - Amazon Kinesis Data Analytics SQL Reference
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

LOWER

LOWER ( <character-expression> )

Converts a string to all lower-case characters. Returns null if input argument is null, and the empty string if the input argument is an empty string.

Examples

Function Result

LOWER('abcDEFghi123')

abcdefghi123