摘要: select *from (select sa.SQL_TEXT, sa.EXECUTIONS "执行次数", round(sa.ELAPSED_TIME / 1000000, 2) "总执行时间", round(sa.ELAPSED_TIME / 1000000 / sa.EXECUTIONS, 阅读全文
posted @ 2021-07-27 09:17 大龙挂了,公主在哪 阅读(49) 评论(0) 推荐(0)