Dagon,
Thank you for the interest. Let's take two timesstamp literals for example. So the actual query looks like:
select timestamp'2002-12-31 12:00:00' - timestamp'1995-02-14 08:30:00' from dual;
And I wonder if I can have the result like ' 7 10 17 03:00:00' in a simple query.
Thanks...
Hi,
Is there a simple query that gives two timestamps difference in a format like 'yyyy mm dd hh:mm:ss'?
ANSI only defines year to month or day to second interval data types (and several variations) but nothing like 'year to second'.
I wonder if there is a way to get the answer in a pretty...
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.