What I have are 2 time stamps START_TIME and END_TIME and another element WRITE_COUNT, containing how may items were written/processed during the time between the start and end. I would like to calculate how many were done per minute in my query while returning additional fields from the table. I've found plenty of posts comparing 2 dates/timestamps but I'm having trouble figuring out how to do what I need. I'll also add, I'm a beginner SQL user.
Thanks.