Swasti
Swasti

Reputation: 287

Save the Kusto query result into a table

Save the Kusto query result into a temp table and then do a swap..

Upvotes: 4

Views: 10690

Answers (1)

Yoni L.
Yoni L.

Reputation: 25955

you could look into using .set-or-replace (or a combination of .set-or-append and .rename tables)

https://learn.microsoft.com/en-us/azure/data-explorer/kusto/management/data-ingestion/ingest-from-query

Upvotes: 4

Related Questions