1、tbilllog collection guide
select * from tbilllog9 where callbegin > to_date('20190925 00:00:00','yyyymmdd hh24:mi:ss') and callbegin < to_date('20190925 23:59:59','yyyymmdd hh24:mi:ss') order by waitbegin desc;
Where tbilllogx, x represents the month, and the time is modified according to the specific situation. The conditions can also be modified according to the actual situation.
2、tAgentOprInfo collection guide
select * from tagentoprinfo where actbegin>to_date('20190406 00:00:00','yyyymmdd hh24:mi:ss') and actbegin<to_date('20190406 23:59:59','yyyymmdd hh24:mi:ss') order by actbegin desc;
Time is modified according to specific conditions
3、lmt tool collect configuration of U2980 guide
Log in to the LMT tool and enter CVT MML