Is there a way to average multiple dates in oracle? avg doesn’t do any good.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The definition of an “average date” is subjective, but you could convert your dates to a Julian number, then average those, round it off, then convert back to a date.
Here’s the SQL Fiddle: http://sqlfiddle.com/#!4/98ce9/1