Returns its string argument in all upper case.
string
upper("Sally")
In this example, upper returns “SALLY”.
upper
upper(string expr str)
upper sets to upper case all alphabetic characters in str and returns the result.
Content