How to total the minutes of the two dates? I mean I want to know the total minutes between from 2012-01-08 8:30
and 2012-01-09 14:11
using MySQL?
I have initiate_date
and finalize_date
columns in my table and I want to select them and display their total minutes.