SQL Upper and Lower Functions

The SQL UPPER Function is used to Convert the given Text or expression into Uppercase, and the LOWER Function converts the word or text into Lowercase. The syntax of SQL Server Upper Function to convert string to uppercase is SELECT UPPER (Expression | [Column_Name]) FROM SOurce The basic syntax of the SQL Lower Function to … Read more