Hi,
What's the right way to store time intervals in a table ?
I have a field that stores the start time of a user session , and a second field to store the session duration.
The duration field isn't a date, but a time interval, so I was thinking maybe it's a better idea to store it as an int...