lower({str})
Returns a copy of string str with all cased characters converted to lowercase.
This example returns the first five entries in the City column in lowercase.
| lCity |
|---|
| aberdeen |
| abilene |
| akron |
| albuquerque |
| alexandria |
lower({str})Returns a copy of string str with all cased characters converted to lowercase.
This example returns the first five entries in the City column in lowercase.
| lCity |
|---|
| aberdeen |
| abilene |
| akron |
| albuquerque |
| alexandria |