如何在 Kusto 语言中注释行

How to comment lines in Kusto language

有没有办法在 Kusto 语言 (KQL)/Azure 数据资源管理器查询中注释行/解释查询代码?

提前致谢

您可以使用 // 注释行:

// This is a comment
print x="hi"