此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
Kusto 查询中每个运算符的输入和输出数据格式是什么?
字符串
表格
JSON
哪个运算符将返回特定数量的任意数据行?
take
between
contain
哪个运算符可用于插入新的计算列?
print
render
project
以下哪一项查询最适用于解答此问题:在德克萨斯州,哪种类型的暴风雨造成的财产损失最大?
StormEvents | where DamageProperty > 0 | where State == "TEXAS" | project State, EventType, DamageProperty | sort by DamageProperty
StormEvents | where DamageCrops > 0 | where State == "TEXAS" | project State, EventType, DamageCrops | sort by DamageCrops
StormEvents | where DamageProperty > 0 | where State == "FLORIDA" | where EventType contains "thunder" | project StartTime, EventType, DamageProperty
在检查工作前,必须回答所有问题。
此页面是否有帮助?