【发布时间】:2017-04-12 14:52:52
【问题描述】:
等价于:
SELECT operation_Id, Min(timestamp)
FROM exceptions
WHERE timestamp >= '2017-01-01'
GROUP BY operation_Id
在 Azure Application Insights 分析平台上?
【问题讨论】:
标签: sql azure azure-application-insights ms-app-analytics