Functions and operators : LOWER( )

LOWER( )

Converts all letters in a string to lowercase.

Syntax

LOWER(str)

Argument

str

The string to convert to lowercase.

Returns

The specified string in all lowercase letters.

Example

The following example displays all the string values in the productLine data field in lowercase.

LOWER([productLine])