#Write your MySQL query statement below
select activity_date as day,count(distinct user_id) as active_users
from Activity
where activity_date between '2019-06-28'and'2019-07-27'
group by activity_date
1 概述
azure cli是管理azure云资源的命令行工具。 官网为:
https://learn.microsoft.com/zh-cn/cli/azure/2 安装
2.1 容器安装
docker run -it mcr.microsoft.com/azure-cli3 登录
9d039d31f8e5:/# az login
To sign in, use a web browser to open the page…