Hi
In the table EMP, there is a column named "HIREDATE". I would like to replace the date value '17/12/80' (format DD/MM/YYYY) in the output of the select statement by a null value. How to do ?
As the table EMP is provided as an example with Oracle DB, I think you may all have this table in your DB.
Regards.