How to convert any string into upper case in SQL Server?
819
17-Nov-2021
Ashutosh Kumar Verma
17-Nov-2021UPPER():
SQL UPPER() function in used to convert any string in upper case.
Example:
SELECT UPPER('MindStick.com');Output:
MINDSTICK.COM