Ok, I have a table that stores information on events. It has a Date field for the day the event takes place and a StartTime and an EndTime field that track when the event starts and ends.
Now, I wrote a simple SQL statement that gives me the total hours for each event by subtracting the...