function upper(original)

upper() returns the original string in uppercase.

Arguments:
original: An expression that returns a string

Example Query:
    RETURN upper("hello")