Averaging a list of TIMESTAMP(6) WITH TIME ZONE times
问题 I've got 2 columns in a database of type TIMESTAMP(6) WITH TIME ZONE. I've subtracted one from the other to get the time between the two timestamps. select lastprocesseddate-importeddate from feedqueueitems where eventid = 2213283 order by written desc; How can I get an average of the list of time differences I have? Here are a small sample of time differences: +00 00:00:00.488871 +00 00:00:00.464286 +00 00:00:00.477107 +00 00:00:00.507042 +00 00:00:00.369144 +00 00:00:00.488918 +00 00:00:00