I am working in ORACLE. Because the datetime always have the parts of the time and the date, I ask: There are any way to know which format was used to insert the data?
SantaMufasa:
I am facing the same situation described on the thread
number 181-27567. Unfortunately the solution you have
suggested :
select to_char(sysdate,'hh24:mi')Time,to_char(sysdate,'dd/mm/yy')Date_ from dual;
does *not* solve my problem as I have no way to know , before hand, if the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.