UPPER(): SQL UPPER() function in used to convert any string in upper case. Example: Output: MINDSTICK.COM
UPPER():
SQL UPPER() function in used to convert any string in upper case.
Example:
SELECT UPPER('MindStick.com');Output:
MINDSTICK.COM