摘要: --每秒交易所成交量select b.tps, b.l_business_time from (select count(*) as tps, a.l_business_time from trade.trealdeal a group by a.l_business_time) b where b 阅读全文
posted @ 2017-12-08 11:09 TIMLONG 阅读(2066) 评论(0) 推荐(0)