TRANSLATE
TO_CHAR
REGEXP_REPLACE
Converts a value to a string.
TO_CHAR(expr [, fmt])
Enter values below to update the example in real time.
hire_date
hire_date_kr
employees
SELECT TO_CHAR(hire_date, 'YYYY"년" MM"월" DD"일"') AS hire_date_kr FROM employees;