UPPER():- This function is used to convert the value of a column to upper case.
Syntax:
SELECT UPPER(string)
OR
Select UPPER(Column name) from tablename
For example,
SELECT UPPER(‘Vivek’)
Result:
VIVEK
Discover more from Technology with Vivek Johari
Subscribe to get the latest posts sent to your email.