NULL
.
Syntax
Parameters
Parameter | Notes |
---|---|
object_type | Type of the object that you want to add comments to. Allowed values: TABLE, COLUMN. |
relation_name.object_name | Name of the object that you want to add comments to. For columns, you also need to specify the table name. |
comment | Comment that you want to add. |
Examples
Add a comment on a table:- Using the
rw_description
table:
- Using the
SHOW COLUMNS
orDESCRIBE
command: