Good Day,
We are trying to format the max - min value (is it a date?) into minutes and seconds. How can we do it? The following fails...
Regards,
Dan
We are trying to format the max - min value (is it a date?) into minutes and seconds. How can we do it? The following fails...
Code:
select to_char(to_date(max - min), 'DD:MM') from (select min(timestamp) min, max(timestamp) max from wfeventssummary where workflowid = '12232' and transitionname ^= 'null')
Regards,
Dan