Good day,
I have been battling with an Oracle date issue fro a while now and I cant seem to get it to work.
I have field called 'DATE_CREATED' but when I run the Select query ' Select DATE_CREATED' from DB, I get the results below.
@
date20160517 month052016 time203956 min2039 hour20
What I would like to see is 17-MAY-2016 20:39:56 or 17-MAY-2016 08:30 PM
I tried every thing from TO DATE(DATE_CREATED, 'DD-MON-YYYY HH24:MI:SS').
No luck.
Please help.
Regards,
Mark