I need to find the difference between two dates in minutes. Here is the select statement I have been using:
select date ('05.04.2017 11:12:00') - date('now');
It is returning -4 mins -21 secs
but I want to see just 4 minutes. I could not find the answer in the ref guide, any idea how to show it in the format I need?