UPPER 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.
UPPER
Converts a text string to uppercase.
Syntax:
UPPER(text)
- returns text with all characters converted to upper case.
 
Example:
UPPER("Good Morning")
- returns GOOD MORNING
 
See Also