在 table 中显示更多列的 Azure Kusto 命令是什么

What is the Azure Kusto command to show more columns in the table

默认在Azure AppInsight Logs中,只有table中显示的部分列,点击左边的箭头会显示更多内容,但是在[=13=中添加额外列的命令是什么]? 我不喜欢“project”,你需要为它指定你想要的所有列。

您是说要像这样显示所有列吗?如您所说,执行查询后,单击左侧的箭头将显示更多内容,这意味着该查询已获取所有列。所以我们只需要选择select all就可以让它们全部显示在table.