level 1



这个问题,是不是只能分别建立监控项,比如针对A情况,按照如下语句建立监控项:select count(1) from table a where a.staus=0 and date<sysdate-30 and id='A';
比如针对B情况,按照如下语句建立监控项:
select count(1) from table a where a.staus=0 and date<sysdate-30 and id='B';
等等等等。。。。。。
忘各位大神、专家指点,谢谢!