Hi all,
I have a table which holds information for meetings, in the form of, startDate (timestamp), finishDate(timestamp), meetingCompany (varchar).
I want to:
Add up the total amount of time spent in meetings for each different company. But only include meetings that are longer than 2 hours long.
I haven't a clue how to do this, which is why I have come to you guys, I was told that this was possible in SQL but I had my doubts.
If anyone can help I would really appreciate it
I have a table which holds information for meetings, in the form of, startDate (timestamp), finishDate(timestamp), meetingCompany (varchar).
I want to:
Add up the total amount of time spent in meetings for each different company. But only include meetings that are longer than 2 hours long.
I haven't a clue how to do this, which is why I have come to you guys, I was told that this was possible in SQL but I had my doubts.
If anyone can help I would really appreciate it