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 docstring
value of an existing table.
docstring
is free text that you can attach to a table/function/column describing the entity. This string is presented in various UX settings next to the entity names.
Note
If the table doesn't exist, an error is returned. To create a new table, see .create table
You must have at least Table Admin permissions to run this command.
.alter
table
TableName docstring
Documentation
Learn more about syntax conventions.
Name | Type | Required | Description |
---|---|---|---|
TableName | string |
✔️ | The name of the table to alter. |
Documentation | string |
✔️ | Free text to describe the table. |
.alter table LyricsAsTable docstring "This is the theme to Garry's show"