Hello,

is there any way to calculate time by using SQL statement?
for example:

i am working to calculate how long (duration) between two time(in the same day), let say overtime hours.
The fields in my database are...

timein :- 14:00
timeout :- 18:00
totaltime : ?

i am expecting the result to be in minute(s).

please help me.


regards usin.