Code has been added to clipboard!

Uppercase Letter in SQL UCASE

Example
SELECT UCASE(CustomersName) AS Customers
FROM Customer;