If I subtract 2 timestamps, how do I get the results returned as the total number of minutes.
example
now() - (now()-'2 hours'::interval) = 2:00:00 -- I need the result returned as 120 minutes.
Thanks,
Chris
- [GENERAL] how to get number of minutes? Chris Hoover
- Re: [GENERAL] how to get number of minutes? Casey Duncan