I have a situation where I need to get the differences between two columns.
Column 1: 01-OCT-13 10:27:15
Column 2: 01-OCT-13 10:28:00
I need to get the differences between those above two columns. I tried using '-' operator but the output is not in an expected way.
I need output as follows: 00-00-00 00:00:45