THE DATE DOES NOT APPEAR AFTER RUNNING THE QUERY
ehsan, July 16, 2019 - 5:49 pm UTC
Hello Tom,
I am using the same query in "oracle sql developer" as follow:
TO_DATE(TO_CHAR(A.DATES, 'YY-MM-DD') || ' ' || A.TIMES, 'yy-mm-dd hh24:mi:ss')
but it just returns the date not the time. Both columns (A.Dates and A.Times) contain data they are not empty.
How can I fix that.
Appreciate your time and response.
Thanks
July 25, 2019 - 2:35 am UTC
This is a formatting issue. Go to Tools => Preferences => Database => NLS to nominate how you would like to see dates