我试图找出哪个表/列存储有关代理已拨打的呼出电话数量的信息。我可以使用下面的查询获取来电总数,但我不确定如何获取拨出电话总数。数据库是 MySQL,应用程序是 Shoretel。
任何帮助将不胜感激!
SELECT sum(a_acd_answered) FROM ecc.agent, ecc.agnto where agent.agent_id = agnto.agent_id and a_date >= ''2014-03-09'' and a_date <= ''2014-03-15'' and agnto.agent_id = 9'