SELECT TO_CHAR(salary, '$99,999.00') SALARY
FROM employees
WHERE last_name = 'Ernst';
how to fix it ? because my error displays is:
FUNCTION TO_CHAR does not exist
SELECT TO_CHAR(salary, '$99,999.00') SALARY
FROM employees
WHERE last_name = 'Ernst';
how to fix it ? because my error displays is:
FUNCTION TO_CHAR does not exist