Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

convert difference in timestamps to minutes

Rob JonesDec 10 2013 — edited Dec 11 2013

Hello, using Oracle 11g R2.

Looking for a way to convert the differnce in systimestamps to number of minutes.

select systimestamp - order_received_ts

from order_table

where order_id = 17978

This post has been answered by chris227 on Dec 10 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 8 2014
Added on Dec 10 2013
11 comments
9,398 views