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!
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