I am trying to run this sql and cannot get a result select date(start_time), sum(bytes)
from
summary
where
ACTIVITY = 'BACKUP'
or ACTIVITY = 'RESTORE'
group by date(start_time)
any reasons why??
