Data ModelingFunction ListupperOn this pageupperConverts a string to uppercase. Syntax upper(<text>) ParameterTypeDescriptiontextTextThe text value to process. Return values Text Usage Converts customer name to uppercase. upper(orders.customer_name) Related functions lower init_cap str_replace