Hi every body,
I'm writing a stored procedure.
I have a few dates in a table,1.Request_date 2.assigned_date,3.start_date,4.end_date
I need to perform some calculation to figure out the difference between dates, and see how many hours or minute or seconds where spent working on a project and display the result in a report. Is there a function like date between in oracle that would do that for me? If not, how can I do this?
Any input would be appreciated.
Thank you
I'm writing a stored procedure.
I have a few dates in a table,1.Request_date 2.assigned_date,3.start_date,4.end_date
I need to perform some calculation to figure out the difference between dates, and see how many hours or minute or seconds where spent working on a project and display the result in a report. Is there a function like date between in oracle that would do that for me? If not, how can I do this?
Any input would be appreciated.
Thank you