I've got a number of tables containing data that comes from outside sources. I'd like to create a unifying view of the key information. The issue is session time. Most of the tables have this information stored in seconds. Some only contain the start & end dates. I can get the session time by substracting the start date from the end date, but the result is an interval type.
Any ideas how to convert an interval into seconds, or the other way around?
Any help would be appreciated. Thanks, all!
Dan
Any ideas how to convert an interval into seconds, or the other way around?
Any help would be appreciated. Thanks, all!
Dan