Here is the script:
SELECT to_char(new_time( to_date('01011970','ddmmyyyy') + 1/24/60/60 * <the number>,
'GMT', 'EDT' ), 'dd-mon-yyyy hh24:mi:ss' )
from dual
I want to write a Stored Procedure that gives me multiple rows of data and execute it in VB.
Can you tell me how to do that?
Your help is greatly appreciated.
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.