avg(timestamp)
177405May 12 2008 — edited May 12 2008hello,
I have table with timestamp columns
tab
id number
col1 timestamp
col2 timestamp
I want to calculate avg(timestamp)
select avg(col1),avg(col2) from tab;
how can I calculate avg(timestamp)?
regards,
tanveer