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