【发布时间】:2020-02-03 11:23:36
【问题描述】:
有没有办法在 Kusto KQL 中连接列?
例如,对于 MySQL (v8) 中具有 name 列的一些 world 数据集:
select group_agg(name) from world;
会导致:
| string_agg |
|-----------------------------------------------|
| Afghanistan,Azerbaijan,Bahrain,Bangladesh,... |
【问题讨论】:
标签: mysql azure azure-data-explorer kql