Lower Case [LOWER]

Converts all characters of a text string to lower case.

Syntax

LOWER (“Text”)

Data Types of the Arguments

String

Data Type of the Result

String

Expression

LOWER (“BRICK WALLS”)

Result

brick walls

  • Was this Helpful ?
  • YesNo