FunctionsFunction ListUPPEROn this pageUPPER Convert a string to upper case Example Usage UPPER("Hello") -> "HELLO" Overview Function signature UPPER(value) Category String Return data type string Arguments NameDataTypeList Options DescriptionvaluestringValue to convert to upper case