SQL ManualFunctionsString FunctionsupperOn this pageupperupperdescriptionSyntax:VARCHAR upper(VARCHAR str)This function capitalizes all characters in the string.Examplemysql> SELECT upper("aBc123");+-----------------+| upper('aBc123') |+-----------------+| ABC123 |+-----------------+KeywordsUPPER