LOWER function
From Apache OpenOffice Wiki
< Documentation | How Tos
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
LOWER
Converts a text string to lowercase.
Syntax:
LOWER(text)
- returns text with all characters converted to lower case.
Example:
LOWER("Good MORNING")
- returns good morning
See Also