Hi,
I was given a db that has a field for minutes and a field for seconds. Both are field types are number.
For each customer I need to calculate the total number of minutes and seconds. What would be the best way to do this?
Convert the Minutes to seconds by dividing by 60 and then add that and the Seconds field together and divide by 60?
Is there an easier way?
I was given a db that has a field for minutes and a field for seconds. Both are field types are number.
For each customer I need to calculate the total number of minutes and seconds. What would be the best way to do this?
Convert the Minutes to seconds by dividing by 60 and then add that and the Seconds field together and divide by 60?
Is there an easier way?