RPAD
INITCAP
TRANSLATE
Converts the first letter of each word to uppercase.
INITCAP(str)
Enter values below to update the example in real time.
cust_name
name
customers
SELECT INITCAP(LOWER(cust_name)) AS name FROM customers;