I am trying to convert the format of a varchar2 column from 'DD-MON-YY' to 'DD/MM/YYYY'.
In example: from '01-JAN-16' to '01/01/2016'
In case you can ask or it may help:
- 'MON' part is in English however my current NLS settings are in Turkish.
- All the years are after 2000.
How can I do this? Thanks in advance..