用于查找 ADX 数据库中的空表列表的 Kusto 命令
Kusto command to find list of empty tables in an ADX database
如何使用某些 Kusto 命令在 ADX 数据库中查找空表列表?
.show tables details | where TotalRowCount == 0
如何使用某些 Kusto 命令在 ADX 数据库中查找空表列表?
.show tables details | where TotalRowCount == 0