LOWER

Returns the specified string in lowercase.

Usage examples 

  • LOWER("HELLO")

  • LOWER(tableA.fieldB)

Syntax 

LOWER ( value )

  • value - any string expression.

Returns 

string - the string in lowercase.

Functions reference