Skip to main content
Adds or modifies a description (comment) for objects in your Firebolt account. Comments provide descriptive metadata to help document the purpose and usage of database objects, making it easier to understand and maintain your data structures. The COMMENT ON statement supports adding comments to the following object types:
  • LOCATION - External data source connection objects
  • DATABASE - Database objects
  • TABLE - Table objects
  • COLUMN - Individual table columns
  • ENGINE - Engine objects
Comments are stored as metadata and can be queried through the information_schema views. You can set a comment to any string, update an existing comment, remove a comment by setting it to NULL, or set it to an empty string.

Syntax

Parameters

Examples

The following example sets a description:
The following example removes a description: