LOWER

{LOWER | LCASE} (string)

Parameters

  • string - an argument.

Description

Converts a string to lowercase.

Example

SELECT LOWER(NAME) FROM Players;