检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
如果该条件为非布尔值,系统将对其采用真假判断。 expression1 任意 是 判断结果为true时,返回该表达式的值。 expression2 任意 是 判断结果为false时,返回该表达式的值。 返回结果 返回相应的表达式的值。
locale String 参数解释: 消息头语言,系统在发送消息时会默认添加消息头,中文如:“尊敬的用户...”;英文如:“Dear User...”。
locale String 参数解释: 消息头语言,系统在发送消息时会默认添加消息头,中文如:“尊敬的用户...”;英文如:“Dear User...”。
when regexp_like(lower(http_user_agent), 'iphone|ipod|android|ios') then '移动端' else 'PC端' end as type , count(1) as total group by type 设备占比(系统