upper({str})
Returns a copy of string str with all cased characters converted to uppercase.
This example returns the first five entries in the City column in uppercase.
| upperCity |
|---|
| ABERDEEN |
| ABILENE |
| AKRON |
| ALBUQUERQUE |
| ALEXANDRIA |
upper({str})Returns a copy of string str with all cased characters converted to uppercase.
This example returns the first five entries in the City column in uppercase.
| upperCity |
|---|
| ABERDEEN |
| ABILENE |
| AKRON |
| ALBUQUERQUE |
| ALEXANDRIA |