UPPER() Find all letters in lowercase.
Syntax
UPPER(column_name)
Example
SELECT UPPER('name') AS name FROM employee
Output
RAM
SHYAM
Coderraj is the global online platform and circle for programmers to learn, communicate, share their knowledge and growth their careers.
Copyright ©2022 coderraj.com. All Rights Reserved.