How does SQLSever count the maximum, minimum, average time spent and execution times of all SQL in a certain period of time?

前端 未结 0 573
野趣味
野趣味 2021-01-05 11:27

Input:

select sql,max(Spend time),avg(Spend time),min(Spend time),count(*) Execution times
from SomeLogTableOrView
whe         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题