sql - how can i calculate the difference between two times in sqlite manager -
i'm working using sqlite manager. want calculate total working hours using in time , out time. used code
select att_date,empno,cast(outtime-intime time) wrkhrs attendance1 empno=625; but doesn't give exact answer. want answer
intime outtime 8.30 17.00 worhrs- 8.30
that want answer hours , minutes...it appreciated if provide answer...
Comments
Post a Comment