Question
SQL question.
I have a SQL statment that counts the time and displays the
hours worked it perfect. The only problem I am haveinging is I want
it to add all the hours worked into one total. Any Ideas on this?
I have tried SELECT Mar1start, Mar1end, DateDiff('n', Mar1start, Mar1end)/60 AS Hours AS Total
FROM March
but no luck.
I have tried SELECT Mar1start, Mar1end, DateDiff('n', Mar1start, Mar1end)/60 AS Hours AS Total
FROM March
but no luck.
