Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In this article
Applies to: ✅ Azure Data Explorer
Alters the folder value of an existing table.
Note
If the table does not exist, an error is returned. For creating a new table, see .create table
You must have at least Table Admin permissions to run this command.
.alter
table
TableName folder
Folder
Learn more about syntax conventions.
Name | Type | Required | Description |
---|---|---|---|
TableName | string |
✔️ | The name of the table to alter. |
Folder | string |
✔️ | The new folder for the table. |
.alter table MyTable folder "Updated folder"
.alter table MyTable folder @"First Level\Second Level"