oracle query statistics data daily, weekly, monthly, quarterly, and annually
//Statistics by day
select count(dataid) as the number of operations per day, sum()
from tablename
group by
oracle query statistics data daily, weekly, monthly, quarterly, and annually
//Statistics by day
select count(dataid) as the number of operations per day, sum()
from tablename
group by