LPAD
RPAD
INITCAP
Right-pads a string to a specified length.
RPAD(str, n [, pad])
Enter values below to update the example in real time.
dept_name
dept_col
departments
SELECT RPAD(dept_name, 20) AS dept_col FROM departments;