COMMENT ON (Databricks SQL)
Sets a comment on a schema, table, or view.
Syntax
COMMENT ON { CATALOG catalog_name |
{ SCHEMA | DATABASE } schema_name |
TABLE table_name } IS comment
Parameters
-
The name of the catalog where your comment appears.
-
The name of the schema where your comment appears.
-
The name of the table you comment on. The name must not include a temporal specification.
comment
A STRING literal or
NULL
. If you specifyNULL
any existing comment is removed.