The UCASE function converts the source string to upper case.
The UCASE function has the following format:
UCASE(source_string)
The UCASE function accepts the following parameter:
source_string (string)
The UCASE function returns a string.
Return_value=UCASE('framingham, mass')
Return_value='FRAMINGHAM, MASS'
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |