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.
Syntax:
SELECT UPPER(string)
OR
Select UPPER(Column name) from tablename
For example,
SELECT UPPER(‘Vivek’)
Result:
VIVEK
Subscribe to get the latest posts sent to your email.