Change row to Uppercase SQL code example Example: Change row to Uppercase SQL SELECT UPPER(CustomerName) AS UppercaseCustomerName FROM Customers;