OceanBase Database supports the comment feature, which can improve the readability of SQL statements and enrich the functionality of SQL statements.
OceanBase Database users can create the following three types of comments:
Comments on SQL statements
Stored as part of the application code that executes the SQL statement.
Comments on schemas and non-schema objects
Stored in the data dictionary along with the metadata of the object.
Hints
A comment in an SQL statement that passes instructions to the OceanBase Database optimizer.
