Can anyone tell me how to write the SQL Query to calculate the time difference between 2 columns that are stored as DATETIME
columns and get the result in minutes...
For example:
Table structure
ID, start-time, end-time
I want to do a select on a specific ID and perform a calculation of the end-time - start-time and return the result in minutes only.