TOLOWER function
Synopsis
This function
returns a copy of the specified string with all characters
converted to lowercase.
Variations
TOLOWER(
String)
Converts all characters to
lowercase
Details |
Examples |
Details and examples
Parameters
String
Specifies the string to convert to lowercase.
Supported types: String.
Returns
Examples
1. |
The following example returns "matrox design assistant".
TOLOWER("Matrox
Design Assistant")
|