table x
Hire_date
17-jun-87
how to convert it to '17-jun-1987 21:55:45' ?
I tried couple ways using to_char function or to_date function but getting some error
select to_char(hire_Date, 'dd-mmm-yyyy hh24:mi:ss') but was not successful ?
any suggestions please?
select to_char(hire_Date, 'dd-MON-yyyy hh24:mi:ss')
? – Jens