ADSM-L

[ADSM-L] issue with sql syntax in TSM database

2010-03-16 13:16:30
Subject: [ADSM-L] issue with sql syntax in TSM database
From: yoda woya <yodawoya AT GMAIL DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Tue, 16 Mar 2010 13:15:21 -0400
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??